Shades of Santas Grey #9493AA
Tints of Santas Grey #9493AA
RGB
CMYK
RGB Variations
Color information
#9493AA (or 0x9493AA) is known color: Santas Grey. HEX triplet: 94, 93 and AA. RGB value is (148,147,170). Sum of RGB (Red+Green+Blue) = 148+147+170=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #9493AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9493AA is #6B6C55. Grayscale: #959595. Windows color (decimal): -7040086 or 11178900. OLE color: 11178900.
HSL color Cylindrical-coordinate representation of color #9493AA: hue angle of 242.61º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9493AA is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 147 | 170 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.33 |
| HSL | 242.61º | 0.12% | 0.62% | - |
| HSV(B) | 242.61º | 0.14% | 0.67% | - |
| XYZ | 29.9 | 30.07 | 42.26 | - |
| YUV | 149.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 170 | 0.13 | 0.14 | 0 | 0.33 | 242.61 | 0.12 | 0.62 |
| Hex | 94 | 93 | AA | D | E | 0 | 21 | F3 | C | 3E |
| Octal | 224 | 223 | 252 | 15 | 16 | 0 | 41 | 363 | 14 | 76 |
| Binary | 10010100 | 10010011 | 10101010 | 1101 | 1110 | 0 | 100001 | 11110011 | 1100 | 111110 |
Color Harmonies of #9493AA
Complementary color
Monochromatic Colors of #9493AA
Black with #9493AA
Text Example
Text Example
White with #9493AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9493AA; }
p { color: rgb(148,147,170); }
H1.HeaderClassName
{
color: #9493AA;
}
.AnyTagClassName
{
color: #9493AA;
}
</style>
background-color css
<style>
a { background-color: #9493AA; }
a { background-color: rgb(148,147,170); }
div.DivClassName
{
background-color: #9493AA;
}
.BgClassName
{
background-color: #9493AA;
}
</style>
border-color css
<style>
span { border-color: #9493AA; }
span { border-color: rgb(148,147,170); }
td.TdClassName
{
border-color: #9493AA;
}
.TagClassName
{
border-color: #9493AA;
}
</style>