Shades of Santas Grey #9393AA
Tints of Santas Grey #9393AA
RGB
CMYK
RGB Variations
Color information
#9393AA (or 0x9393AA) is known color: Santas Grey. HEX triplet: 93, 93 and AA. RGB value is (147,147,170). Sum of RGB (Red+Green+Blue) = 147+147+170=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #9393AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9393AA is #6C6C55. Grayscale: #959595. Windows color (decimal): -7105622 or 11178899. OLE color: 11178899.
HSL color Cylindrical-coordinate representation of color #9393AA: hue angle of 240º 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 #9393AA is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 147 | 170 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.33 |
| HSL | 240º | 0.12% | 0.62% | - |
| HSV(B) | 240º | 0.14% | 0.67% | - |
| XYZ | 29.72 | 29.97 | 42.25 | - |
| YUV | 149.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 147 | 170 | 0.14 | 0.14 | 0 | 0.33 | 240 | 0.12 | 0.62 |
| Hex | 93 | 93 | AA | E | E | 0 | 21 | F0 | C | 3E |
| Octal | 223 | 223 | 252 | 16 | 16 | 0 | 41 | 360 | 14 | 76 |
| Binary | 10010011 | 10010011 | 10101010 | 1110 | 1110 | 0 | 100001 | 11110000 | 1100 | 111110 |
Color Harmonies of #9393AA
Complementary color
Monochromatic Colors of #9393AA
Black with #9393AA
Text Example
Text Example
White with #9393AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9393AA; }
p { color: rgb(147,147,170); }
H1.HeaderClassName
{
color: #9393AA;
}
.AnyTagClassName
{
color: #9393AA;
}
</style>
background-color css
<style>
a { background-color: #9393AA; }
a { background-color: rgb(147,147,170); }
div.DivClassName
{
background-color: #9393AA;
}
.BgClassName
{
background-color: #9393AA;
}
</style>
border-color css
<style>
span { border-color: #9393AA; }
span { border-color: rgb(147,147,170); }
td.TdClassName
{
border-color: #9393AA;
}
.TagClassName
{
border-color: #9393AA;
}
</style>