Shades of Santas Grey #908CB5
Tints of Santas Grey #908CB5
RGB
CMYK
RGB Variations
Color information
#908CB5 (or 0x908CB5) is known color: Santas Grey. HEX triplet: 90, 8C and B5. RGB value is (144,140,181). Sum of RGB (Red+Green+Blue) = 144+140+181=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #908CB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908CB5 is #6F734A. Grayscale: #919191. Windows color (decimal): -7304011 or 11898000. OLE color: 11898000.
HSL color Cylindrical-coordinate representation of color #908CB5: hue angle of 245.85º 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 #908CB5 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 140 | 181 | - |
| CMYK | 0.20 | 0.23 | 0 | 0.29 |
| HSL | 245.85º | 0.22% | 0.63% | - |
| HSV(B) | 245.85º | 0.23% | 0.71% | - |
| XYZ | 29.22 | 28.02 | 47.58 | - |
| YUV | 145.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 140 | 181 | 0.20 | 0.23 | 0 | 0.29 | 245.85 | 0.22 | 0.63 |
| Hex | 90 | 8C | B5 | 14 | 17 | 0 | 1D | F6 | 16 | 3F |
| Octal | 220 | 214 | 265 | 24 | 27 | 0 | 35 | 366 | 26 | 77 |
| Binary | 10010000 | 10001100 | 10110101 | 10100 | 10111 | 0 | 11101 | 11110110 | 10110 | 111111 |
Color Harmonies of #908CB5
Complementary color
Monochromatic Colors of #908CB5
Black with #908CB5
Text Example
Text Example
White with #908CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908CB5; }
p { color: rgb(144,140,181); }
H1.HeaderClassName
{
color: #908CB5;
}
.AnyTagClassName
{
color: #908CB5;
}
</style>
background-color css
<style>
a { background-color: #908CB5; }
a { background-color: rgb(144,140,181); }
div.DivClassName
{
background-color: #908CB5;
}
.BgClassName
{
background-color: #908CB5;
}
</style>
border-color css
<style>
span { border-color: #908CB5; }
span { border-color: rgb(144,140,181); }
td.TdClassName
{
border-color: #908CB5;
}
.TagClassName
{
border-color: #908CB5;
}
</style>