Shades of Santas Grey #9290AB
Tints of Santas Grey #9290AB
RGB
CMYK
RGB Variations
Color information
#9290AB (or 0x9290AB) is known color: Santas Grey. HEX triplet: 92, 90 and AB. RGB value is (146,144,171). Sum of RGB (Red+Green+Blue) = 146+144+171=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #9290AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9290AB is #6D6F54. Grayscale: #939393. Windows color (decimal): -7171925 or 11243666. OLE color: 11243666.
HSL color Cylindrical-coordinate representation of color #9290AB: hue angle of 244.44º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9290AB is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 144 | 171 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.33 |
| HSL | 244.44º | 0.14% | 0.62% | - |
| HSV(B) | 244.44º | 0.16% | 0.67% | - |
| XYZ | 29.18 | 29 | 42.59 | - |
| YUV | 147.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 171 | 0.15 | 0.16 | 0 | 0.33 | 244.44 | 0.14 | 0.62 |
| Hex | 92 | 90 | AB | F | 10 | 0 | 21 | F4 | E | 3E |
| Octal | 222 | 220 | 253 | 17 | 20 | 0 | 41 | 364 | 16 | 76 |
| Binary | 10010010 | 10010000 | 10101011 | 1111 | 10000 | 0 | 100001 | 11110100 | 1110 | 111110 |
Color Harmonies of #9290AB
Complementary color
Monochromatic Colors of #9290AB
Black with #9290AB
Text Example
Text Example
White with #9290AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290AB; }
p { color: rgb(146,144,171); }
H1.HeaderClassName
{
color: #9290AB;
}
.AnyTagClassName
{
color: #9290AB;
}
</style>
background-color css
<style>
a { background-color: #9290AB; }
a { background-color: rgb(146,144,171); }
div.DivClassName
{
background-color: #9290AB;
}
.BgClassName
{
background-color: #9290AB;
}
</style>
border-color css
<style>
span { border-color: #9290AB; }
span { border-color: rgb(146,144,171); }
td.TdClassName
{
border-color: #9290AB;
}
.TagClassName
{
border-color: #9290AB;
}
</style>