Shades of Santas Grey #928FAE
Tints of Santas Grey #928FAE
RGB
CMYK
RGB Variations
Color information
#928FAE (or 0x928FAE) is known color: Santas Grey. HEX triplet: 92, 8F and AE. RGB value is (146,143,174). Sum of RGB (Red+Green+Blue) = 146+143+174=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #928FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928FAE is #6D7051. Grayscale: #939393. Windows color (decimal): -7172178 or 11440018. OLE color: 11440018.
HSL color Cylindrical-coordinate representation of color #928FAE: hue angle of 245.81º 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 #928FAE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 143 | 174 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.32 |
| HSL | 245.81º | 0.16% | 0.62% | - |
| HSV(B) | 245.81º | 0.18% | 0.68% | - |
| XYZ | 29.32 | 28.81 | 44.06 | - |
| YUV | 147.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 174 | 0.16 | 0.18 | 0 | 0.32 | 245.81 | 0.16 | 0.62 |
| Hex | 92 | 8F | AE | 10 | 12 | 0 | 20 | F6 | 10 | 3E |
| Octal | 222 | 217 | 256 | 20 | 22 | 0 | 40 | 366 | 20 | 76 |
| Binary | 10010010 | 10001111 | 10101110 | 10000 | 10010 | 0 | 100000 | 11110110 | 10000 | 111110 |
Color Harmonies of #928FAE
Complementary color
Monochromatic Colors of #928FAE
Black with #928FAE
Text Example
Text Example
White with #928FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FAE; }
p { color: rgb(146,143,174); }
H1.HeaderClassName
{
color: #928FAE;
}
.AnyTagClassName
{
color: #928FAE;
}
</style>
background-color css
<style>
a { background-color: #928FAE; }
a { background-color: rgb(146,143,174); }
div.DivClassName
{
background-color: #928FAE;
}
.BgClassName
{
background-color: #928FAE;
}
</style>
border-color css
<style>
span { border-color: #928FAE; }
span { border-color: rgb(146,143,174); }
td.TdClassName
{
border-color: #928FAE;
}
.TagClassName
{
border-color: #928FAE;
}
</style>