Shades of Santas Grey #9794AB
Tints of Santas Grey #9794AB
RGB
CMYK
RGB Variations
Color information
#9794AB (or 0x9794AB) is known color: Santas Grey. HEX triplet: 97, 94 and AB. RGB value is (151,148,171). Sum of RGB (Red+Green+Blue) = 151+148+171=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9794AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9794AB is #686B54. Grayscale: #979797. Windows color (decimal): -6843221 or 11244695. OLE color: 11244695.
HSL color Cylindrical-coordinate representation of color #9794AB: hue angle of 247.83º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9794AB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 148 | 171 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.33 |
| HSL | 247.83º | 0.12% | 0.63% | - |
| HSV(B) | 247.83º | 0.13% | 0.67% | - |
| XYZ | 30.7 | 30.7 | 42.84 | - |
| YUV | 151.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 148 | 171 | 0.12 | 0.13 | 0 | 0.33 | 247.83 | 0.12 | 0.63 |
| Hex | 97 | 94 | AB | C | D | 0 | 21 | F8 | C | 3F |
| Octal | 227 | 224 | 253 | 14 | 15 | 0 | 41 | 370 | 14 | 77 |
| Binary | 10010111 | 10010100 | 10101011 | 1100 | 1101 | 0 | 100001 | 11111000 | 1100 | 111111 |
Color Harmonies of #9794AB
Complementary color
Monochromatic Colors of #9794AB
Black with #9794AB
Text Example
Text Example
White with #9794AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9794AB; }
p { color: rgb(151,148,171); }
H1.HeaderClassName
{
color: #9794AB;
}
.AnyTagClassName
{
color: #9794AB;
}
</style>
background-color css
<style>
a { background-color: #9794AB; }
a { background-color: rgb(151,148,171); }
div.DivClassName
{
background-color: #9794AB;
}
.BgClassName
{
background-color: #9794AB;
}
</style>
border-color css
<style>
span { border-color: #9794AB; }
span { border-color: rgb(151,148,171); }
td.TdClassName
{
border-color: #9794AB;
}
.TagClassName
{
border-color: #9794AB;
}
</style>