Shades of Santas Grey #9694A8
Tints of Santas Grey #9694A8
RGB
CMYK
RGB Variations
Color information
#9694A8 (or 0x9694A8) is known color: Santas Grey. HEX triplet: 96, 94 and A8. RGB value is (150,148,168). Sum of RGB (Red+Green+Blue) = 150+148+168=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 168 - color contains mainly: blue. Hex color #9694A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9694A8 is #696B57. Grayscale: #969696. Windows color (decimal): -6908760 or 11048086. OLE color: 11048086.
HSL color Cylindrical-coordinate representation of color #9694A8: hue angle of 246º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9694A8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 148 | 168 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.34 |
| HSL | 246º | 0.1% | 0.62% | - |
| HSV(B) | 246º | 0.12% | 0.66% | - |
| XYZ | 30.24 | 30.49 | 41.34 | - |
| YUV | 150.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 148 | 168 | 0.11 | 0.12 | 0 | 0.34 | 246 | 0.1 | 0.62 |
| Hex | 96 | 94 | A8 | B | C | 0 | 22 | F6 | A | 3E |
| Octal | 226 | 224 | 250 | 13 | 14 | 0 | 42 | 366 | 12 | 76 |
| Binary | 10010110 | 10010100 | 10101000 | 1011 | 1100 | 0 | 100010 | 11110110 | 1010 | 111110 |
Color Harmonies of #9694A8
Complementary color
Monochromatic Colors of #9694A8
Black with #9694A8
Text Example
Text Example
White with #9694A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9694A8; }
p { color: rgb(150,148,168); }
H1.HeaderClassName
{
color: #9694A8;
}
.AnyTagClassName
{
color: #9694A8;
}
</style>
background-color css
<style>
a { background-color: #9694A8; }
a { background-color: rgb(150,148,168); }
div.DivClassName
{
background-color: #9694A8;
}
.BgClassName
{
background-color: #9694A8;
}
</style>
border-color css
<style>
span { border-color: #9694A8; }
span { border-color: rgb(150,148,168); }
td.TdClassName
{
border-color: #9694A8;
}
.TagClassName
{
border-color: #9694A8;
}
</style>