Endless Paradigm

Full Version: XMB color in hex
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can someone please explain to me how to change color with rgb in hexworkshop and how to calculate the values for the color. A brief explanation on these would be great.
The colours are in (single precision) floating point values, ranging from 0 to 1.

In HexWorkshop, select the 4 bytes comprising each colour channel, and edit the number in the Single/Floating point entry in the list at the bottom of the window.
To calculate the values for the color:

Divide each value by 255:

Red= 175   Green= 238   Blue= 238

After dividing each value by 255 you will have your 0 to 1 floating point values:


Red= 0.686   Green= 0.933   Blue= 0.933
thank you guys so much for your help. much appreciated
Reference URL's