Shades of Santas Grey #9291AB
Tints of Santas Grey #9291AB
RGB
CMYK
RGB Variations
Color information
#9291AB (or 0x9291AB) is known color: Santas Grey. HEX triplet: 92, 91 and AB. RGB value is (146,145,171). Sum of RGB (Red+Green+Blue) = 146+145+171=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #9291AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9291AB is #6D6E54. Grayscale: #949494. Windows color (decimal): -7171669 or 11243922. OLE color: 11243922.
HSL color Cylindrical-coordinate representation of color #9291AB: hue angle of 242.31º 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 #9291AB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 145 | 171 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.33 |
| HSL | 242.31º | 0.13% | 0.62% | - |
| HSV(B) | 242.31º | 0.15% | 0.67% | - |
| XYZ | 29.33 | 29.3 | 42.64 | - |
| YUV | 148.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 145 | 171 | 0.15 | 0.15 | 0 | 0.33 | 242.31 | 0.13 | 0.62 |
| Hex | 92 | 91 | AB | F | F | 0 | 21 | F2 | D | 3E |
| Octal | 222 | 221 | 253 | 17 | 17 | 0 | 41 | 362 | 15 | 76 |
| Binary | 10010010 | 10010001 | 10101011 | 1111 | 1111 | 0 | 100001 | 11110010 | 1101 | 111110 |
Color Harmonies of #9291AB
Complementary color
Monochromatic Colors of #9291AB
Black with #9291AB
Text Example
Text Example
White with #9291AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9291AB; }
p { color: rgb(146,145,171); }
H1.HeaderClassName
{
color: #9291AB;
}
.AnyTagClassName
{
color: #9291AB;
}
</style>
background-color css
<style>
a { background-color: #9291AB; }
a { background-color: rgb(146,145,171); }
div.DivClassName
{
background-color: #9291AB;
}
.BgClassName
{
background-color: #9291AB;
}
</style>
border-color css
<style>
span { border-color: #9291AB; }
span { border-color: rgb(146,145,171); }
td.TdClassName
{
border-color: #9291AB;
}
.TagClassName
{
border-color: #9291AB;
}
</style>