Shades of Santas Grey #9594AC
Tints of Santas Grey #9594AC
RGB
CMYK
RGB Variations
Color information
#9594AC (or 0x9594AC) is known color: Santas Grey. HEX triplet: 95, 94 and AC. RGB value is (149,148,172). Sum of RGB (Red+Green+Blue) = 149+148+172=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #9594AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9594AC is #6A6B53. Grayscale: #969696. Windows color (decimal): -6974292 or 11310229. OLE color: 11310229.
HSL color Cylindrical-coordinate representation of color #9594AC: hue angle of 242.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9594AC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 148 | 172 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.33 |
| HSL | 242.5º | 0.13% | 0.63% | - |
| HSV(B) | 242.5º | 0.14% | 0.67% | - |
| XYZ | 30.43 | 30.55 | 43.32 | - |
| YUV | 151.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 172 | 0.13 | 0.14 | 0 | 0.33 | 242.5 | 0.13 | 0.63 |
| Hex | 95 | 94 | AC | D | E | 0 | 21 | F2 | D | 3F |
| Octal | 225 | 224 | 254 | 15 | 16 | 0 | 41 | 362 | 15 | 77 |
| Binary | 10010101 | 10010100 | 10101100 | 1101 | 1110 | 0 | 100001 | 11110010 | 1101 | 111111 |
Color Harmonies of #9594AC
Complementary color
Monochromatic Colors of #9594AC
Black with #9594AC
Text Example
Text Example
White with #9594AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9594AC; }
p { color: rgb(149,148,172); }
H1.HeaderClassName
{
color: #9594AC;
}
.AnyTagClassName
{
color: #9594AC;
}
</style>
background-color css
<style>
a { background-color: #9594AC; }
a { background-color: rgb(149,148,172); }
div.DivClassName
{
background-color: #9594AC;
}
.BgClassName
{
background-color: #9594AC;
}
</style>
border-color css
<style>
span { border-color: #9594AC; }
span { border-color: rgb(149,148,172); }
td.TdClassName
{
border-color: #9594AC;
}
.TagClassName
{
border-color: #9594AC;
}
</style>