Shades of Santas Grey #9292AB
Tints of Santas Grey #9292AB
RGB
CMYK
RGB Variations
Color information
#9292AB (or 0x9292AB) is known color: Santas Grey. HEX triplet: 92, 92 and AB. RGB value is (146,146,171). Sum of RGB (Red+Green+Blue) = 146+146+171=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #9292AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9292AB is #6D6D54. Grayscale: #949494. Windows color (decimal): -7171413 or 11244178. OLE color: 11244178.
HSL color Cylindrical-coordinate representation of color #9292AB: hue angle of 240º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9292AB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 146 | 171 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.33 |
| HSL | 240º | 0.13% | 0.62% | - |
| HSV(B) | 240º | 0.15% | 0.67% | - |
| XYZ | 29.48 | 29.61 | 42.69 | - |
| YUV | 148.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 171 | 0.15 | 0.15 | 0 | 0.33 | 240 | 0.13 | 0.62 |
| Hex | 92 | 92 | AB | F | F | 0 | 21 | F0 | D | 3E |
| Octal | 222 | 222 | 253 | 17 | 17 | 0 | 41 | 360 | 15 | 76 |
| Binary | 10010010 | 10010010 | 10101011 | 1111 | 1111 | 0 | 100001 | 11110000 | 1101 | 111110 |
Color Harmonies of #9292AB
Complementary color
Monochromatic Colors of #9292AB
Black with #9292AB
Text Example
Text Example
White with #9292AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292AB; }
p { color: rgb(146,146,171); }
H1.HeaderClassName
{
color: #9292AB;
}
.AnyTagClassName
{
color: #9292AB;
}
</style>
background-color css
<style>
a { background-color: #9292AB; }
a { background-color: rgb(146,146,171); }
div.DivClassName
{
background-color: #9292AB;
}
.BgClassName
{
background-color: #9292AB;
}
</style>
border-color css
<style>
span { border-color: #9292AB; }
span { border-color: rgb(146,146,171); }
td.TdClassName
{
border-color: #9292AB;
}
.TagClassName
{
border-color: #9292AB;
}
</style>