Shades of Santas Grey #9793AB
Tints of Santas Grey #9793AB
RGB
CMYK
RGB Variations
Color information
#9793AB (or 0x9793AB) is known color: Santas Grey. HEX triplet: 97, 93 and AB. RGB value is (151,147,171). Sum of RGB (Red+Green+Blue) = 151+147+171=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9793AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9793AB is #686C54. Grayscale: #969696. Windows color (decimal): -6843477 or 11244439. OLE color: 11244439.
HSL color Cylindrical-coordinate representation of color #9793AB: hue angle of 250º 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 #9793AB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 147 | 171 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.33 |
| HSL | 250º | 0.13% | 0.62% | - |
| HSV(B) | 250º | 0.14% | 0.67% | - |
| XYZ | 30.55 | 30.39 | 42.78 | - |
| YUV | 150.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 147 | 171 | 0.12 | 0.14 | 0 | 0.33 | 250 | 0.13 | 0.62 |
| Hex | 97 | 93 | AB | C | E | 0 | 21 | FA | C | 3E |
| Octal | 227 | 223 | 253 | 14 | 16 | 0 | 41 | 372 | 14 | 76 |
| Binary | 10010111 | 10010011 | 10101011 | 1100 | 1110 | 0 | 100001 | 11111010 | 1100 | 111110 |
Color Harmonies of #9793AB
Complementary color
Monochromatic Colors of #9793AB
Black with #9793AB
Text Example
Text Example
White with #9793AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9793AB; }
p { color: rgb(151,147,171); }
H1.HeaderClassName
{
color: #9793AB;
}
.AnyTagClassName
{
color: #9793AB;
}
</style>
background-color css
<style>
a { background-color: #9793AB; }
a { background-color: rgb(151,147,171); }
div.DivClassName
{
background-color: #9793AB;
}
.BgClassName
{
background-color: #9793AB;
}
</style>
border-color css
<style>
span { border-color: #9793AB; }
span { border-color: rgb(151,147,171); }
td.TdClassName
{
border-color: #9793AB;
}
.TagClassName
{
border-color: #9793AB;
}
</style>