Shades of Santas Grey #9293AB
Tints of Santas Grey #9293AB
RGB
CMYK
RGB Variations
Color information
#9293AB (or 0x9293AB) is known color: Santas Grey. HEX triplet: 92, 93 and AB. RGB value is (146,147,171). Sum of RGB (Red+Green+Blue) = 146+147+171=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #9293AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9293AB is #6D6C54. Grayscale: #959595. Windows color (decimal): -7171157 or 11244434. OLE color: 11244434.
HSL color Cylindrical-coordinate representation of color #9293AB: hue angle of 237.6º 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 #9293AB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 147 | 171 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.33 |
| HSL | 237.6º | 0.13% | 0.62% | - |
| HSV(B) | 237.6º | 0.15% | 0.67% | - |
| XYZ | 29.64 | 29.92 | 42.74 | - |
| YUV | 149.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 171 | 0.15 | 0.14 | 0 | 0.33 | 237.6 | 0.13 | 0.62 |
| Hex | 92 | 93 | AB | F | E | 0 | 21 | EE | D | 3E |
| Octal | 222 | 223 | 253 | 17 | 16 | 0 | 41 | 356 | 15 | 76 |
| Binary | 10010010 | 10010011 | 10101011 | 1111 | 1110 | 0 | 100001 | 11101110 | 1101 | 111110 |
Color Harmonies of #9293AB
Complementary color
Monochromatic Colors of #9293AB
Black with #9293AB
Text Example
Text Example
White with #9293AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9293AB; }
p { color: rgb(146,147,171); }
H1.HeaderClassName
{
color: #9293AB;
}
.AnyTagClassName
{
color: #9293AB;
}
</style>
background-color css
<style>
a { background-color: #9293AB; }
a { background-color: rgb(146,147,171); }
div.DivClassName
{
background-color: #9293AB;
}
.BgClassName
{
background-color: #9293AB;
}
</style>
border-color css
<style>
span { border-color: #9293AB; }
span { border-color: rgb(146,147,171); }
td.TdClassName
{
border-color: #9293AB;
}
.TagClassName
{
border-color: #9293AB;
}
</style>