Shades of Santas Grey #9694AB
Tints of Santas Grey #9694AB
RGB
CMYK
RGB Variations
Color information
#9694AB (or 0x9694AB) is known color: Santas Grey. HEX triplet: 96, 94 and AB. RGB value is (150,148,171). Sum of RGB (Red+Green+Blue) = 150+148+171=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 148 (58.20% from 255 or 31.56% 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 #9694AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9694AB is #696B54. Grayscale: #979797. Windows color (decimal): -6908757 or 11244694. OLE color: 11244694.
HSL color Cylindrical-coordinate representation of color #9694AB: hue angle of 245.22º 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 #9694AB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 148 | 171 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.33 |
| HSL | 245.22º | 0.12% | 0.63% | - |
| HSV(B) | 245.22º | 0.13% | 0.67% | - |
| XYZ | 30.52 | 30.6 | 42.83 | - |
| YUV | 151.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 171 | 0.12 | 0.13 | 0 | 0.33 | 245.22 | 0.12 | 0.63 |
| Hex | 96 | 94 | AB | C | D | 0 | 21 | F5 | C | 3F |
| Octal | 226 | 224 | 253 | 14 | 15 | 0 | 41 | 365 | 14 | 77 |
| Binary | 10010110 | 10010100 | 10101011 | 1100 | 1101 | 0 | 100001 | 11110101 | 1100 | 111111 |
Color Harmonies of #9694AB
Complementary color
Monochromatic Colors of #9694AB
Black with #9694AB
Text Example
Text Example
White with #9694AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9694AB; }
p { color: rgb(150,148,171); }
H1.HeaderClassName
{
color: #9694AB;
}
.AnyTagClassName
{
color: #9694AB;
}
</style>
background-color css
<style>
a { background-color: #9694AB; }
a { background-color: rgb(150,148,171); }
div.DivClassName
{
background-color: #9694AB;
}
.BgClassName
{
background-color: #9694AB;
}
</style>
border-color css
<style>
span { border-color: #9694AB; }
span { border-color: rgb(150,148,171); }
td.TdClassName
{
border-color: #9694AB;
}
.TagClassName
{
border-color: #9694AB;
}
</style>