Shades of Slate Grey #708193
Tints of Slate Grey #708193
RGB
CMYK
RGB Variations
Color information
#708193 (or 0x708193) is known color: Slate Grey. HEX triplet: 70, 81 and 93. RGB value is (112,129,147). Sum of RGB (Red+Green+Blue) = 112+129+147=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #708193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708193 is #8F7E6C. Grayscale: #7D7D7D. Windows color (decimal): -9404013 or 9666928. OLE color: 9666928.
HSL color Cylindrical-coordinate representation of color #708193: hue angle of 210.86º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708193 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 129 | 147 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.42 |
| HSL | 210.86º | 0.14% | 0.51% | - |
| HSV(B) | 210.86º | 0.24% | 0.58% | - |
| XYZ | 19.8 | 21.25 | 30.66 | - |
| YUV | 125.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 147 | 0.24 | 0.12 | 0 | 0.42 | 210.86 | 0.14 | 0.51 |
| Hex | 70 | 81 | 93 | 18 | C | 0 | 2A | D3 | E | 33 |
| Octal | 160 | 201 | 223 | 30 | 14 | 0 | 52 | 323 | 16 | 63 |
| Binary | 1110000 | 10000001 | 10010011 | 11000 | 1100 | 0 | 101010 | 11010011 | 1110 | 110011 |
Color Harmonies of #708193
Complementary color
Monochromatic Colors of #708193
Black with #708193
Text Example
Text Example
White with #708193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708193; }
p { color: rgb(112,129,147); }
H1.HeaderClassName
{
color: #708193;
}
.AnyTagClassName
{
color: #708193;
}
</style>
background-color css
<style>
a { background-color: #708193; }
a { background-color: rgb(112,129,147); }
div.DivClassName
{
background-color: #708193;
}
.BgClassName
{
background-color: #708193;
}
</style>
border-color css
<style>
span { border-color: #708193; }
span { border-color: rgb(112,129,147); }
td.TdClassName
{
border-color: #708193;
}
.TagClassName
{
border-color: #708193;
}
</style>