Shades of Santas Grey #9493A7
Tints of Santas Grey #9493A7
RGB
CMYK
RGB Variations
Color information
#9493A7 (or 0x9493A7) is known color: Santas Grey. HEX triplet: 94, 93 and A7. RGB value is (148,147,167). Sum of RGB (Red+Green+Blue) = 148+147+167=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 147 (57.81% from 255 or 31.82% 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 #9493A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9493A7 is #6B6C58. Grayscale: #959595. Windows color (decimal): -7040089 or 10982292. OLE color: 10982292.
HSL color Cylindrical-coordinate representation of color #9493A7: hue angle of 243º 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 #9493A7 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 147 | 167 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.35 |
| HSL | 243º | 0.1% | 0.62% | - |
| HSV(B) | 243º | 0.12% | 0.65% | - |
| XYZ | 29.62 | 29.95 | 40.78 | - |
| YUV | 149.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 167 | 0.11 | 0.12 | 0 | 0.35 | 243 | 0.1 | 0.62 |
| Hex | 94 | 93 | A7 | B | C | 0 | 23 | F3 | A | 3E |
| Octal | 224 | 223 | 247 | 13 | 14 | 0 | 43 | 363 | 12 | 76 |
| Binary | 10010100 | 10010011 | 10100111 | 1011 | 1100 | 0 | 100011 | 11110011 | 1010 | 111110 |
Color Harmonies of #9493A7
Complementary color
Monochromatic Colors of #9493A7
Black with #9493A7
Text Example
Text Example
White with #9493A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9493A7; }
p { color: rgb(148,147,167); }
H1.HeaderClassName
{
color: #9493A7;
}
.AnyTagClassName
{
color: #9493A7;
}
</style>
background-color css
<style>
a { background-color: #9493A7; }
a { background-color: rgb(148,147,167); }
div.DivClassName
{
background-color: #9493A7;
}
.BgClassName
{
background-color: #9493A7;
}
</style>
border-color css
<style>
span { border-color: #9493A7; }
span { border-color: rgb(148,147,167); }
td.TdClassName
{
border-color: #9493A7;
}
.TagClassName
{
border-color: #9493A7;
}
</style>