Shades of Santas Grey #908BB5
Tints of Santas Grey #908BB5
RGB
CMYK
RGB Variations
Color information
#908BB5 (or 0x908BB5) is known color: Santas Grey. HEX triplet: 90, 8B and B5. RGB value is (144,139,181). Sum of RGB (Red+Green+Blue) = 144+139+181=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #908BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BB5 is #6F744A. Grayscale: #919191. Windows color (decimal): -7304267 or 11897744. OLE color: 11897744.
HSL color Cylindrical-coordinate representation of color #908BB5: hue angle of 247.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #908BB5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 139 | 181 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.29 |
| HSL | 247.14º | 0.22% | 0.63% | - |
| HSV(B) | 247.14º | 0.23% | 0.71% | - |
| XYZ | 29.07 | 27.73 | 47.54 | - |
| YUV | 145.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 181 | 0.20 | 0.23 | 0 | 0.29 | 247.14 | 0.22 | 0.63 |
| Hex | 90 | 8B | B5 | 14 | 17 | 0 | 1D | F7 | 16 | 3F |
| Octal | 220 | 213 | 265 | 24 | 27 | 0 | 35 | 367 | 26 | 77 |
| Binary | 10010000 | 10001011 | 10110101 | 10100 | 10111 | 0 | 11101 | 11110111 | 10110 | 111111 |
Color Harmonies of #908BB5
Complementary color
Monochromatic Colors of #908BB5
Black with #908BB5
Text Example
Text Example
White with #908BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908BB5; }
p { color: rgb(144,139,181); }
H1.HeaderClassName
{
color: #908BB5;
}
.AnyTagClassName
{
color: #908BB5;
}
</style>
background-color css
<style>
a { background-color: #908BB5; }
a { background-color: rgb(144,139,181); }
div.DivClassName
{
background-color: #908BB5;
}
.BgClassName
{
background-color: #908BB5;
}
</style>
border-color css
<style>
span { border-color: #908BB5; }
span { border-color: rgb(144,139,181); }
td.TdClassName
{
border-color: #908BB5;
}
.TagClassName
{
border-color: #908BB5;
}
</style>