Shades of Santas Grey #9495AF
Tints of Santas Grey #9495AF
RGB
CMYK
RGB Variations
Color information
#9495AF (or 0x9495AF) is known color: Santas Grey. HEX triplet: 94, 95 and AF. RGB value is (148,149,175). Sum of RGB (Red+Green+Blue) = 148+149+175=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 149 (58.59% from 255 or 31.57% 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 #9495AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9495AF is #6B6A50. Grayscale: #979797. Windows color (decimal): -7039569 or 11507092. OLE color: 11507092.
HSL color Cylindrical-coordinate representation of color #9495AF: hue angle of 237.78º 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 #9495AF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 149 | 175 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.31 |
| HSL | 237.78º | 0.14% | 0.63% | - |
| HSV(B) | 237.78º | 0.15% | 0.69% | - |
| XYZ | 30.7 | 30.89 | 44.9 | - |
| YUV | 151.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 149 | 175 | 0.15 | 0.15 | 0 | 0.31 | 237.78 | 0.14 | 0.63 |
| Hex | 94 | 95 | AF | F | F | 0 | 1F | EE | E | 3F |
| Octal | 224 | 225 | 257 | 17 | 17 | 0 | 37 | 356 | 16 | 77 |
| Binary | 10010100 | 10010101 | 10101111 | 1111 | 1111 | 0 | 11111 | 11101110 | 1110 | 111111 |
Color Harmonies of #9495AF
Complementary color
Monochromatic Colors of #9495AF
Black with #9495AF
Text Example
Text Example
White with #9495AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9495AF; }
p { color: rgb(148,149,175); }
H1.HeaderClassName
{
color: #9495AF;
}
.AnyTagClassName
{
color: #9495AF;
}
</style>
background-color css
<style>
a { background-color: #9495AF; }
a { background-color: rgb(148,149,175); }
div.DivClassName
{
background-color: #9495AF;
}
.BgClassName
{
background-color: #9495AF;
}
</style>
border-color css
<style>
span { border-color: #9495AF; }
span { border-color: rgb(148,149,175); }
td.TdClassName
{
border-color: #9495AF;
}
.TagClassName
{
border-color: #9495AF;
}
</style>