Shades of Santas Grey #9494AF
Tints of Santas Grey #9494AF
RGB
CMYK
RGB Variations
Color information
#9494AF (or 0x9494AF) is known color: Santas Grey. HEX triplet: 94, 94 and AF. RGB value is (148,148,175). Sum of RGB (Red+Green+Blue) = 148+148+175=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9494AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9494AF is #6B6B50. Grayscale: #969696. Windows color (decimal): -7039825 or 11506836. OLE color: 11506836.
HSL color Cylindrical-coordinate representation of color #9494AF: hue angle of 240º 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 #9494AF is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 148 | 175 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.31 |
| HSL | 240º | 0.14% | 0.63% | - |
| HSV(B) | 240º | 0.15% | 0.69% | - |
| XYZ | 30.54 | 30.57 | 44.85 | - |
| YUV | 151.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 148 | 175 | 0.15 | 0.15 | 0 | 0.31 | 240 | 0.14 | 0.63 |
| Hex | 94 | 94 | AF | F | F | 0 | 1F | F0 | E | 3F |
| Octal | 224 | 224 | 257 | 17 | 17 | 0 | 37 | 360 | 16 | 77 |
| Binary | 10010100 | 10010100 | 10101111 | 1111 | 1111 | 0 | 11111 | 11110000 | 1110 | 111111 |
Color Harmonies of #9494AF
Complementary color
Monochromatic Colors of #9494AF
Black with #9494AF
Text Example
Text Example
White with #9494AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9494AF; }
p { color: rgb(148,148,175); }
H1.HeaderClassName
{
color: #9494AF;
}
.AnyTagClassName
{
color: #9494AF;
}
</style>
background-color css
<style>
a { background-color: #9494AF; }
a { background-color: rgb(148,148,175); }
div.DivClassName
{
background-color: #9494AF;
}
.BgClassName
{
background-color: #9494AF;
}
</style>
border-color css
<style>
span { border-color: #9494AF; }
span { border-color: rgb(148,148,175); }
td.TdClassName
{
border-color: #9494AF;
}
.TagClassName
{
border-color: #9494AF;
}
</style>