Shades of Santas Grey #9492AA
Tints of Santas Grey #9492AA
RGB
CMYK
RGB Variations
Color information
#9492AA (or 0x9492AA) is known color: Santas Grey. HEX triplet: 94, 92 and AA. RGB value is (148,146,170). Sum of RGB (Red+Green+Blue) = 148+146+170=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9492AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9492AA is #6B6D55. Grayscale: #959595. Windows color (decimal): -7040342 or 11178644. OLE color: 11178644.
HSL color Cylindrical-coordinate representation of color #9492AA: hue angle of 245º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9492AA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 146 | 170 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.33 |
| HSL | 245º | 0.12% | 0.62% | - |
| HSV(B) | 245º | 0.14% | 0.67% | - |
| XYZ | 29.75 | 29.76 | 42.21 | - |
| YUV | 149.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 170 | 0.13 | 0.14 | 0 | 0.33 | 245 | 0.12 | 0.62 |
| Hex | 94 | 92 | AA | D | E | 0 | 21 | F5 | C | 3E |
| Octal | 224 | 222 | 252 | 15 | 16 | 0 | 41 | 365 | 14 | 76 |
| Binary | 10010100 | 10010010 | 10101010 | 1101 | 1110 | 0 | 100001 | 11110101 | 1100 | 111110 |
Color Harmonies of #9492AA
Complementary color
Monochromatic Colors of #9492AA
Black with #9492AA
Text Example
Text Example
White with #9492AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492AA; }
p { color: rgb(148,146,170); }
H1.HeaderClassName
{
color: #9492AA;
}
.AnyTagClassName
{
color: #9492AA;
}
</style>
background-color css
<style>
a { background-color: #9492AA; }
a { background-color: rgb(148,146,170); }
div.DivClassName
{
background-color: #9492AA;
}
.BgClassName
{
background-color: #9492AA;
}
</style>
border-color css
<style>
span { border-color: #9492AA; }
span { border-color: rgb(148,146,170); }
td.TdClassName
{
border-color: #9492AA;
}
.TagClassName
{
border-color: #9492AA;
}
</style>