Shades of Santas Grey #9693AB
Tints of Santas Grey #9693AB
RGB
CMYK
RGB Variations
Color information
#9693AB (or 0x9693AB) is known color: Santas Grey. HEX triplet: 96, 93 and AB. RGB value is (150,147,171). Sum of RGB (Red+Green+Blue) = 150+147+171=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #9693AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9693AB is #696C54. Grayscale: #969696. Windows color (decimal): -6909013 or 11244438. OLE color: 11244438.
HSL color Cylindrical-coordinate representation of color #9693AB: hue angle of 247.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 #9693AB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 147 | 171 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.33 |
| HSL | 247.5º | 0.13% | 0.62% | - |
| HSV(B) | 247.5º | 0.14% | 0.67% | - |
| XYZ | 30.36 | 30.29 | 42.77 | - |
| YUV | 150.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 147 | 171 | 0.12 | 0.14 | 0 | 0.33 | 247.5 | 0.13 | 0.62 |
| Hex | 96 | 93 | AB | C | E | 0 | 21 | F8 | C | 3E |
| Octal | 226 | 223 | 253 | 14 | 16 | 0 | 41 | 370 | 14 | 76 |
| Binary | 10010110 | 10010011 | 10101011 | 1100 | 1110 | 0 | 100001 | 11111000 | 1100 | 111110 |
Color Harmonies of #9693AB
Complementary color
Monochromatic Colors of #9693AB
Black with #9693AB
Text Example
Text Example
White with #9693AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9693AB; }
p { color: rgb(150,147,171); }
H1.HeaderClassName
{
color: #9693AB;
}
.AnyTagClassName
{
color: #9693AB;
}
</style>
background-color css
<style>
a { background-color: #9693AB; }
a { background-color: rgb(150,147,171); }
div.DivClassName
{
background-color: #9693AB;
}
.BgClassName
{
background-color: #9693AB;
}
</style>
border-color css
<style>
span { border-color: #9693AB; }
span { border-color: rgb(150,147,171); }
td.TdClassName
{
border-color: #9693AB;
}
.TagClassName
{
border-color: #9693AB;
}
</style>