Shades of Santas Grey #9392A9
Tints of Santas Grey #9392A9
RGB
CMYK
RGB Variations
Color information
#9392A9 (or 0x9392A9) is known color: Santas Grey. HEX triplet: 93, 92 and A9. RGB value is (147,146,169). Sum of RGB (Red+Green+Blue) = 147+146+169=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 169 (66.41% from 255 or 36.58% from 462); Max value from RGB is 169 - color contains mainly: blue. Hex color #9392A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9392A9 is #6C6D56. Grayscale: #949494. Windows color (decimal): -7105879 or 11113107. OLE color: 11113107.
HSL color Cylindrical-coordinate representation of color #9392A9: hue angle of 242.61º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9392A9 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 146 | 169 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.34 |
| HSL | 242.61º | 0.12% | 0.62% | - |
| HSV(B) | 242.61º | 0.14% | 0.66% | - |
| XYZ | 29.47 | 29.63 | 41.7 | - |
| YUV | 148.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 169 | 0.13 | 0.14 | 0 | 0.34 | 242.61 | 0.12 | 0.62 |
| Hex | 93 | 92 | A9 | D | E | 0 | 22 | F3 | C | 3E |
| Octal | 223 | 222 | 251 | 15 | 16 | 0 | 42 | 363 | 14 | 76 |
| Binary | 10010011 | 10010010 | 10101001 | 1101 | 1110 | 0 | 100010 | 11110011 | 1100 | 111110 |
Color Harmonies of #9392A9
Complementary color
Monochromatic Colors of #9392A9
Black with #9392A9
Text Example
Text Example
White with #9392A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9392A9; }
p { color: rgb(147,146,169); }
H1.HeaderClassName
{
color: #9392A9;
}
.AnyTagClassName
{
color: #9392A9;
}
</style>
background-color css
<style>
a { background-color: #9392A9; }
a { background-color: rgb(147,146,169); }
div.DivClassName
{
background-color: #9392A9;
}
.BgClassName
{
background-color: #9392A9;
}
</style>
border-color css
<style>
span { border-color: #9392A9; }
span { border-color: rgb(147,146,169); }
td.TdClassName
{
border-color: #9392A9;
}
.TagClassName
{
border-color: #9392A9;
}
</style>