Shades of Santas Grey #928FAF
Tints of Santas Grey #928FAF
RGB
CMYK
RGB Variations
Color information
#928FAF (or 0x928FAF) is known color: Santas Grey. HEX triplet: 92, 8F and AF. RGB value is (146,143,175). Sum of RGB (Red+Green+Blue) = 146+143+175=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #928FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928FAF is #6D7050. Grayscale: #939393. Windows color (decimal): -7172177 or 11505554. OLE color: 11505554.
HSL color Cylindrical-coordinate representation of color #928FAF: hue angle of 245.62º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928FAF is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 143 | 175 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.31 |
| HSL | 245.63º | 0.17% | 0.62% | - |
| HSV(B) | 245.63º | 0.18% | 0.69% | - |
| XYZ | 29.41 | 28.85 | 44.58 | - |
| YUV | 147.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 175 | 0.17 | 0.18 | 0 | 0.31 | 245.63 | 0.17 | 0.62 |
| Hex | 92 | 8F | AF | 11 | 12 | 0 | 1F | F6 | 11 | 3E |
| Octal | 222 | 217 | 257 | 21 | 22 | 0 | 37 | 366 | 21 | 76 |
| Binary | 10010010 | 10001111 | 10101111 | 10001 | 10010 | 0 | 11111 | 11110110 | 10001 | 111110 |
Color Harmonies of #928FAF
Complementary color
Monochromatic Colors of #928FAF
Black with #928FAF
Text Example
Text Example
White with #928FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FAF; }
p { color: rgb(146,143,175); }
H1.HeaderClassName
{
color: #928FAF;
}
.AnyTagClassName
{
color: #928FAF;
}
</style>
background-color css
<style>
a { background-color: #928FAF; }
a { background-color: rgb(146,143,175); }
div.DivClassName
{
background-color: #928FAF;
}
.BgClassName
{
background-color: #928FAF;
}
</style>
border-color css
<style>
span { border-color: #928FAF; }
span { border-color: rgb(146,143,175); }
td.TdClassName
{
border-color: #928FAF;
}
.TagClassName
{
border-color: #928FAF;
}
</style>