Shades of Santas Grey #928EAF
Tints of Santas Grey #928EAF
RGB
CMYK
RGB Variations
Color information
#928EAF (or 0x928EAF) is known color: Santas Grey. HEX triplet: 92, 8E and AF. RGB value is (146,142,175). Sum of RGB (Red+Green+Blue) = 146+142+175=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 175 - color contains mainly: blue. Hex color #928EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928EAF is #6D7150. Grayscale: #929292. Windows color (decimal): -7172433 or 11505298. OLE color: 11505298.
HSL color Cylindrical-coordinate representation of color #928EAF: hue angle of 247.27º degrees, saturation: 0.17, 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 #928EAF is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 142 | 175 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.31 |
| HSL | 247.27º | 0.17% | 0.62% | - |
| HSV(B) | 247.27º | 0.19% | 0.69% | - |
| XYZ | 29.26 | 28.55 | 44.53 | - |
| YUV | 146.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 175 | 0.17 | 0.19 | 0 | 0.31 | 247.27 | 0.17 | 0.62 |
| Hex | 92 | 8E | AF | 11 | 13 | 0 | 1F | F7 | 11 | 3E |
| Octal | 222 | 216 | 257 | 21 | 23 | 0 | 37 | 367 | 21 | 76 |
| Binary | 10010010 | 10001110 | 10101111 | 10001 | 10011 | 0 | 11111 | 11110111 | 10001 | 111110 |
Color Harmonies of #928EAF
Complementary color
Monochromatic Colors of #928EAF
Black with #928EAF
Text Example
Text Example
White with #928EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EAF; }
p { color: rgb(146,142,175); }
H1.HeaderClassName
{
color: #928EAF;
}
.AnyTagClassName
{
color: #928EAF;
}
</style>
background-color css
<style>
a { background-color: #928EAF; }
a { background-color: rgb(146,142,175); }
div.DivClassName
{
background-color: #928EAF;
}
.BgClassName
{
background-color: #928EAF;
}
</style>
border-color css
<style>
span { border-color: #928EAF; }
span { border-color: rgb(146,142,175); }
td.TdClassName
{
border-color: #928EAF;
}
.TagClassName
{
border-color: #928EAF;
}
</style>