Shades of Santas Grey #9695AB
Tints of Santas Grey #9695AB
RGB
CMYK
RGB Variations
Color information
#9695AB (or 0x9695AB) is known color: Santas Grey. HEX triplet: 96, 95 and AB. RGB value is (150,149,171). Sum of RGB (Red+Green+Blue) = 150+149+171=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 149 (58.59% from 255 or 31.70% 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 #9695AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9695AB is #696A54. Grayscale: #979797. Windows color (decimal): -6908501 or 11244950. OLE color: 11244950.
HSL color Cylindrical-coordinate representation of color #9695AB: hue angle of 242.73º 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 #9695AB is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 149 | 171 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.33 |
| HSL | 242.73º | 0.12% | 0.63% | - |
| HSV(B) | 242.73º | 0.13% | 0.67% | - |
| XYZ | 30.68 | 30.92 | 42.88 | - |
| YUV | 151.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 171 | 0.12 | 0.13 | 0 | 0.33 | 242.73 | 0.12 | 0.63 |
| Hex | 96 | 95 | AB | C | D | 0 | 21 | F3 | C | 3F |
| Octal | 226 | 225 | 253 | 14 | 15 | 0 | 41 | 363 | 14 | 77 |
| Binary | 10010110 | 10010101 | 10101011 | 1100 | 1101 | 0 | 100001 | 11110011 | 1100 | 111111 |
Color Harmonies of #9695AB
Complementary color
Monochromatic Colors of #9695AB
Black with #9695AB
Text Example
Text Example
White with #9695AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9695AB; }
p { color: rgb(150,149,171); }
H1.HeaderClassName
{
color: #9695AB;
}
.AnyTagClassName
{
color: #9695AB;
}
</style>
background-color css
<style>
a { background-color: #9695AB; }
a { background-color: rgb(150,149,171); }
div.DivClassName
{
background-color: #9695AB;
}
.BgClassName
{
background-color: #9695AB;
}
</style>
border-color css
<style>
span { border-color: #9695AB; }
span { border-color: rgb(150,149,171); }
td.TdClassName
{
border-color: #9695AB;
}
.TagClassName
{
border-color: #9695AB;
}
</style>