Shades of Santas Grey #908EAE
Tints of Santas Grey #908EAE
RGB
CMYK
RGB Variations
Color information
#908EAE (or 0x908EAE) is known color: Santas Grey. HEX triplet: 90, 8E and AE. RGB value is (144,142,174). Sum of RGB (Red+Green+Blue) = 144+142+174=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #908EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908EAE is #6F7151. Grayscale: #929292. Windows color (decimal): -7303506 or 11439760. OLE color: 11439760.
HSL color Cylindrical-coordinate representation of color #908EAE: hue angle of 243.75º 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 #908EAE is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 142 | 174 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.32 |
| HSL | 243.75º | 0.16% | 0.62% | - |
| HSV(B) | 243.75º | 0.18% | 0.68% | - |
| XYZ | 28.81 | 28.33 | 43.99 | - |
| YUV | 146.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 174 | 0.17 | 0.18 | 0 | 0.32 | 243.75 | 0.16 | 0.62 |
| Hex | 90 | 8E | AE | 11 | 12 | 0 | 20 | F4 | 10 | 3E |
| Octal | 220 | 216 | 256 | 21 | 22 | 0 | 40 | 364 | 20 | 76 |
| Binary | 10010000 | 10001110 | 10101110 | 10001 | 10010 | 0 | 100000 | 11110100 | 10000 | 111110 |
Color Harmonies of #908EAE
Complementary color
Monochromatic Colors of #908EAE
Black with #908EAE
Text Example
Text Example
White with #908EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EAE; }
p { color: rgb(144,142,174); }
H1.HeaderClassName
{
color: #908EAE;
}
.AnyTagClassName
{
color: #908EAE;
}
</style>
background-color css
<style>
a { background-color: #908EAE; }
a { background-color: rgb(144,142,174); }
div.DivClassName
{
background-color: #908EAE;
}
.BgClassName
{
background-color: #908EAE;
}
</style>
border-color css
<style>
span { border-color: #908EAE; }
span { border-color: rgb(144,142,174); }
td.TdClassName
{
border-color: #908EAE;
}
.TagClassName
{
border-color: #908EAE;
}
</style>