Shades of Santas Grey #9495AC
Tints of Santas Grey #9495AC
RGB
CMYK
RGB Variations
Color information
#9495AC (or 0x9495AC) is known color: Santas Grey. HEX triplet: 94, 95 and AC. RGB value is (148,149,172). Sum of RGB (Red+Green+Blue) = 148+149+172=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 149 (58.59% from 255 or 31.77% 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 #9495AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9495AC is #6B6A53. Grayscale: #979797. Windows color (decimal): -7039572 or 11310484. OLE color: 11310484.
HSL color Cylindrical-coordinate representation of color #9495AC: hue angle of 237.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 #9495AC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 149 | 172 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.33 |
| HSL | 237.5º | 0.13% | 0.63% | - |
| HSV(B) | 237.5º | 0.14% | 0.67% | - |
| XYZ | 30.41 | 30.77 | 43.37 | - |
| YUV | 151.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 172 | 0.14 | 0.13 | 0 | 0.33 | 237.5 | 0.13 | 0.63 |
| Hex | 94 | 95 | AC | E | D | 0 | 21 | EE | D | 3F |
| Octal | 224 | 225 | 254 | 16 | 15 | 0 | 41 | 356 | 15 | 77 |
| Binary | 10010100 | 10010101 | 10101100 | 1110 | 1101 | 0 | 100001 | 11101110 | 1101 | 111111 |
Color Harmonies of #9495AC
Complementary color
Monochromatic Colors of #9495AC
Black with #9495AC
Text Example
Text Example
White with #9495AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9495AC; }
p { color: rgb(148,149,172); }
H1.HeaderClassName
{
color: #9495AC;
}
.AnyTagClassName
{
color: #9495AC;
}
</style>
background-color css
<style>
a { background-color: #9495AC; }
a { background-color: rgb(148,149,172); }
div.DivClassName
{
background-color: #9495AC;
}
.BgClassName
{
background-color: #9495AC;
}
</style>
border-color css
<style>
span { border-color: #9495AC; }
span { border-color: rgb(148,149,172); }
td.TdClassName
{
border-color: #9495AC;
}
.TagClassName
{
border-color: #9495AC;
}
</style>