Shades of Santas Grey #9394A7
Tints of Santas Grey #9394A7
RGB
CMYK
RGB Variations
Color information
#9394A7 (or 0x9394A7) is known color: Santas Grey. HEX triplet: 93, 94 and A7. RGB value is (147,148,167). Sum of RGB (Red+Green+Blue) = 147+148+167=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 167 (65.62% from 255 or 36.15% from 462); Max value from RGB is 167 - color contains mainly: blue. Hex color #9394A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9394A7 is #6C6B58. Grayscale: #959595. Windows color (decimal): -7105369 or 10982547. OLE color: 10982547.
HSL color Cylindrical-coordinate representation of color #9394A7: hue angle of 237º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9394A7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 148 | 167 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.35 |
| HSL | 237º | 0.1% | 0.62% | - |
| HSV(B) | 237º | 0.12% | 0.65% | - |
| XYZ | 29.6 | 30.17 | 40.82 | - |
| YUV | 149.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 167 | 0.12 | 0.11 | 0 | 0.35 | 237 | 0.1 | 0.62 |
| Hex | 93 | 94 | A7 | C | B | 0 | 23 | ED | A | 3E |
| Octal | 223 | 224 | 247 | 14 | 13 | 0 | 43 | 355 | 12 | 76 |
| Binary | 10010011 | 10010100 | 10100111 | 1100 | 1011 | 0 | 100011 | 11101101 | 1010 | 111110 |
Color Harmonies of #9394A7
Complementary color
Monochromatic Colors of #9394A7
Black with #9394A7
Text Example
Text Example
White with #9394A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9394A7; }
p { color: rgb(147,148,167); }
H1.HeaderClassName
{
color: #9394A7;
}
.AnyTagClassName
{
color: #9394A7;
}
</style>
background-color css
<style>
a { background-color: #9394A7; }
a { background-color: rgb(147,148,167); }
div.DivClassName
{
background-color: #9394A7;
}
.BgClassName
{
background-color: #9394A7;
}
</style>
border-color css
<style>
span { border-color: #9394A7; }
span { border-color: rgb(147,148,167); }
td.TdClassName
{
border-color: #9394A7;
}
.TagClassName
{
border-color: #9394A7;
}
</style>