Forum Discussion
alexbe
8 years agoFrequent Visitor
Color codes
Hi Team,
I need a very specific color in my PowerBI charts which I have the color codes from PowerPoint from.
The code is a RGB (red, green, blue) model. Eg. Red: 73, Green: 38, Blue: 128
Is there any way I can translate this to PowerBI?
Thanks,
Alex
Hi alexbe,
If you look in google RGB to HEX you will get a page that allows you to enter the RGB codes:
Then just copy the hex code (top one) to your PBI, don't copy the #.
Regards,
MFelix
5 Replies
- alexbeFrequent Visitor
Amazing. Thank you very much :)
- MayYuFrequent Visitor
another solution is open a Excel worksheet, select a cell, fill in the RGB code. then you will see its HEX code. For instance, in Excel, if you select the color as Red 255, Green 0, Blue 0. Then Excel will tell you the HEX color is FF0000