Shades of Santas Grey #908EAD
Tints of Santas Grey #908EAD
RGB
CMYK
RGB Variations
Color information
#908EAD (or 0x908EAD) is known color: Santas Grey. HEX triplet: 90, 8E and AD. RGB value is (144,142,173). Sum of RGB (Red+Green+Blue) = 144+142+173=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #908EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908EAD is #6F7152. Grayscale: #929292. Windows color (decimal): -7303507 or 11374224. OLE color: 11374224.
HSL color Cylindrical-coordinate representation of color #908EAD: hue angle of 243.87º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #908EAD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 142 | 173 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.32 |
| HSL | 243.87º | 0.16% | 0.62% | - |
| HSV(B) | 243.87º | 0.18% | 0.68% | - |
| XYZ | 28.72 | 28.29 | 43.48 | - |
| YUV | 146.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 173 | 0.17 | 0.18 | 0 | 0.32 | 243.87 | 0.16 | 0.62 |
| Hex | 90 | 8E | AD | 11 | 12 | 0 | 20 | F4 | 10 | 3E |
| Octal | 220 | 216 | 255 | 21 | 22 | 0 | 40 | 364 | 20 | 76 |
| Binary | 10010000 | 10001110 | 10101101 | 10001 | 10010 | 0 | 100000 | 11110100 | 10000 | 111110 |
Color Harmonies of #908EAD
Complementary color
Monochromatic Colors of #908EAD
Black with #908EAD
Text Example
Text Example
White with #908EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EAD; }
p { color: rgb(144,142,173); }
H1.HeaderClassName
{
color: #908EAD;
}
.AnyTagClassName
{
color: #908EAD;
}
</style>
background-color css
<style>
a { background-color: #908EAD; }
a { background-color: rgb(144,142,173); }
div.DivClassName
{
background-color: #908EAD;
}
.BgClassName
{
background-color: #908EAD;
}
</style>
border-color css
<style>
span { border-color: #908EAD; }
span { border-color: rgb(144,142,173); }
td.TdClassName
{
border-color: #908EAD;
}
.TagClassName
{
border-color: #908EAD;
}
</style>