Shades of Santas Grey #9394AB
Tints of Santas Grey #9394AB
RGB
CMYK
RGB Variations
Color information
#9394AB (or 0x9394AB) is known color: Santas Grey. HEX triplet: 93, 94 and AB. RGB value is (147,148,171). Sum of RGB (Red+Green+Blue) = 147+148+171=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #9394AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9394AB is #6C6B54. Grayscale: #969696. Windows color (decimal): -7105365 or 11244691. OLE color: 11244691.
HSL color Cylindrical-coordinate representation of color #9394AB: hue angle of 237.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9394AB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 148 | 171 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.33 |
| HSL | 237.5º | 0.13% | 0.62% | - |
| HSV(B) | 237.5º | 0.14% | 0.67% | - |
| XYZ | 29.97 | 30.32 | 42.8 | - |
| YUV | 150.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 171 | 0.14 | 0.13 | 0 | 0.33 | 237.5 | 0.13 | 0.62 |
| Hex | 93 | 94 | AB | E | D | 0 | 21 | EE | C | 3E |
| Octal | 223 | 224 | 253 | 16 | 15 | 0 | 41 | 356 | 14 | 76 |
| Binary | 10010011 | 10010100 | 10101011 | 1110 | 1101 | 0 | 100001 | 11101110 | 1100 | 111110 |
Color Harmonies of #9394AB
Complementary color
Monochromatic Colors of #9394AB
Black with #9394AB
Text Example
Text Example
White with #9394AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9394AB; }
p { color: rgb(147,148,171); }
H1.HeaderClassName
{
color: #9394AB;
}
.AnyTagClassName
{
color: #9394AB;
}
</style>
background-color css
<style>
a { background-color: #9394AB; }
a { background-color: rgb(147,148,171); }
div.DivClassName
{
background-color: #9394AB;
}
.BgClassName
{
background-color: #9394AB;
}
</style>
border-color css
<style>
span { border-color: #9394AB; }
span { border-color: rgb(147,148,171); }
td.TdClassName
{
border-color: #9394AB;
}
.TagClassName
{
border-color: #9394AB;
}
</style>