Shades of Santas Grey #908EB0
Tints of Santas Grey #908EB0
RGB
CMYK
RGB Variations
Color information
#908EB0 (or 0x908EB0) is known color: Santas Grey. HEX triplet: 90, 8E and B0. RGB value is (144,142,176). Sum of RGB (Red+Green+Blue) = 144+142+176=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 176 - color contains mainly: blue. Hex color #908EB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908EB0 is #6F714F. Grayscale: #929292. Windows color (decimal): -7303504 or 11570832. OLE color: 11570832.
HSL color Cylindrical-coordinate representation of color #908EB0: hue angle of 243.53º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908EB0 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 142 | 176 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.31 |
| HSL | 243.53º | 0.18% | 0.62% | - |
| HSV(B) | 243.53º | 0.19% | 0.69% | - |
| XYZ | 29.01 | 28.41 | 45.03 | - |
| YUV | 146.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 176 | 0.18 | 0.19 | 0 | 0.31 | 243.53 | 0.18 | 0.62 |
| Hex | 90 | 8E | B0 | 12 | 13 | 0 | 1F | F4 | 12 | 3E |
| Octal | 220 | 216 | 260 | 22 | 23 | 0 | 37 | 364 | 22 | 76 |
| Binary | 10010000 | 10001110 | 10110000 | 10010 | 10011 | 0 | 11111 | 11110100 | 10010 | 111110 |
Color Harmonies of #908EB0
Complementary color
Monochromatic Colors of #908EB0
Black with #908EB0
Text Example
Text Example
White with #908EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908EB0; }
p { color: rgb(144,142,176); }
H1.HeaderClassName
{
color: #908EB0;
}
.AnyTagClassName
{
color: #908EB0;
}
</style>
background-color css
<style>
a { background-color: #908EB0; }
a { background-color: rgb(144,142,176); }
div.DivClassName
{
background-color: #908EB0;
}
.BgClassName
{
background-color: #908EB0;
}
</style>
border-color css
<style>
span { border-color: #908EB0; }
span { border-color: rgb(144,142,176); }
td.TdClassName
{
border-color: #908EB0;
}
.TagClassName
{
border-color: #908EB0;
}
</style>