Shades of Santas Grey #9391AB
Tints of Santas Grey #9391AB
RGB
CMYK
RGB Variations
Color information
#9391AB (or 0x9391AB) is known color: Santas Grey. HEX triplet: 93, 91 and AB. RGB value is (147,145,171). Sum of RGB (Red+Green+Blue) = 147+145+171=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 145 (57.03% from 255 or 31.32% 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 #9391AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9391AB is #6C6E54. Grayscale: #949494. Windows color (decimal): -7106133 or 11243923. OLE color: 11243923.
HSL color Cylindrical-coordinate representation of color #9391AB: hue angle of 244.62º 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 #9391AB is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 145 | 171 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.33 |
| HSL | 244.62º | 0.13% | 0.62% | - |
| HSV(B) | 244.62º | 0.15% | 0.67% | - |
| XYZ | 29.51 | 29.39 | 42.65 | - |
| YUV | 148.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 145 | 171 | 0.14 | 0.15 | 0 | 0.33 | 244.62 | 0.13 | 0.62 |
| Hex | 93 | 91 | AB | E | F | 0 | 21 | F5 | D | 3E |
| Octal | 223 | 221 | 253 | 16 | 17 | 0 | 41 | 365 | 15 | 76 |
| Binary | 10010011 | 10010001 | 10101011 | 1110 | 1111 | 0 | 100001 | 11110101 | 1101 | 111110 |
Color Harmonies of #9391AB
Complementary color
Monochromatic Colors of #9391AB
Black with #9391AB
Text Example
Text Example
White with #9391AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9391AB; }
p { color: rgb(147,145,171); }
H1.HeaderClassName
{
color: #9391AB;
}
.AnyTagClassName
{
color: #9391AB;
}
</style>
background-color css
<style>
a { background-color: #9391AB; }
a { background-color: rgb(147,145,171); }
div.DivClassName
{
background-color: #9391AB;
}
.BgClassName
{
background-color: #9391AB;
}
</style>
border-color css
<style>
span { border-color: #9391AB; }
span { border-color: rgb(147,145,171); }
td.TdClassName
{
border-color: #9391AB;
}
.TagClassName
{
border-color: #9391AB;
}
</style>