Shades of Santas Grey #9594AF
Tints of Santas Grey #9594AF
RGB
CMYK
RGB Variations
Color information
#9594AF (or 0x9594AF) is known color: Santas Grey. HEX triplet: 95, 94 and AF. RGB value is (149,148,175). Sum of RGB (Red+Green+Blue) = 149+148+175=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #9594AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9594AF is #6A6B50. Grayscale: #979797. Windows color (decimal): -6974289 or 11506837. OLE color: 11506837.
HSL color Cylindrical-coordinate representation of color #9594AF: hue angle of 242.22º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9594AF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 148 | 175 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.31 |
| HSL | 242.22º | 0.14% | 0.63% | - |
| HSV(B) | 242.22º | 0.15% | 0.69% | - |
| XYZ | 30.72 | 30.66 | 44.86 | - |
| YUV | 151.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 175 | 0.15 | 0.15 | 0 | 0.31 | 242.22 | 0.14 | 0.63 |
| Hex | 95 | 94 | AF | F | F | 0 | 1F | F2 | E | 3F |
| Octal | 225 | 224 | 257 | 17 | 17 | 0 | 37 | 362 | 16 | 77 |
| Binary | 10010101 | 10010100 | 10101111 | 1111 | 1111 | 0 | 11111 | 11110010 | 1110 | 111111 |
Color Harmonies of #9594AF
Complementary color
Monochromatic Colors of #9594AF
Black with #9594AF
Text Example
Text Example
White with #9594AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9594AF; }
p { color: rgb(149,148,175); }
H1.HeaderClassName
{
color: #9594AF;
}
.AnyTagClassName
{
color: #9594AF;
}
</style>
background-color css
<style>
a { background-color: #9594AF; }
a { background-color: rgb(149,148,175); }
div.DivClassName
{
background-color: #9594AF;
}
.BgClassName
{
background-color: #9594AF;
}
</style>
border-color css
<style>
span { border-color: #9594AF; }
span { border-color: rgb(149,148,175); }
td.TdClassName
{
border-color: #9594AF;
}
.TagClassName
{
border-color: #9594AF;
}
</style>