Shades of Santas Grey #928FAD
Tints of Santas Grey #928FAD
RGB
CMYK
RGB Variations
Color information
#928FAD (or 0x928FAD) is known color: Santas Grey. HEX triplet: 92, 8F and AD. RGB value is (146,143,173). Sum of RGB (Red+Green+Blue) = 146+143+173=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #928FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928FAD is #6D7052. Grayscale: #939393. Windows color (decimal): -7172179 or 11374482. OLE color: 11374482.
HSL color Cylindrical-coordinate representation of color #928FAD: hue angle of 246º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #928FAD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 143 | 173 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.32 |
| HSL | 246º | 0.15% | 0.62% | - |
| HSV(B) | 246º | 0.17% | 0.68% | - |
| XYZ | 29.22 | 28.77 | 43.55 | - |
| YUV | 147.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 173 | 0.16 | 0.17 | 0 | 0.32 | 246 | 0.15 | 0.62 |
| Hex | 92 | 8F | AD | 10 | 11 | 0 | 20 | F6 | F | 3E |
| Octal | 222 | 217 | 255 | 20 | 21 | 0 | 40 | 366 | 17 | 76 |
| Binary | 10010010 | 10001111 | 10101101 | 10000 | 10001 | 0 | 100000 | 11110110 | 1111 | 111110 |
Color Harmonies of #928FAD
Complementary color
Monochromatic Colors of #928FAD
Black with #928FAD
Text Example
Text Example
White with #928FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FAD; }
p { color: rgb(146,143,173); }
H1.HeaderClassName
{
color: #928FAD;
}
.AnyTagClassName
{
color: #928FAD;
}
</style>
background-color css
<style>
a { background-color: #928FAD; }
a { background-color: rgb(146,143,173); }
div.DivClassName
{
background-color: #928FAD;
}
.BgClassName
{
background-color: #928FAD;
}
</style>
border-color css
<style>
span { border-color: #928FAD; }
span { border-color: rgb(146,143,173); }
td.TdClassName
{
border-color: #928FAD;
}
.TagClassName
{
border-color: #928FAD;
}
</style>