Shades of Slate Grey #708093
Tints of Slate Grey #708093
RGB
CMYK
RGB Variations
Color information
#708093 (or 0x708093) is known color: Slate Grey. HEX triplet: 70, 80 and 93. RGB value is (112,128,147). Sum of RGB (Red+Green+Blue) = 112+128+147=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #708093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708093 is #8F7F6C. Grayscale: #7D7D7D. Windows color (decimal): -9404269 or 9666672. OLE color: 9666672.
HSL color Cylindrical-coordinate representation of color #708093: hue angle of 212.57º 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 #708093 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 128 | 147 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.42 |
| HSL | 212.57º | 0.14% | 0.51% | - |
| HSV(B) | 212.57º | 0.24% | 0.58% | - |
| XYZ | 19.67 | 20.99 | 30.62 | - |
| YUV | 125.38 | 140.2 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 147 | 0.24 | 0.13 | 0 | 0.42 | 212.57 | 0.14 | 0.51 |
| Hex | 70 | 80 | 93 | 18 | D | 0 | 2A | D5 | E | 33 |
| Octal | 160 | 200 | 223 | 30 | 15 | 0 | 52 | 325 | 16 | 63 |
| Binary | 1110000 | 10000000 | 10010011 | 11000 | 1101 | 0 | 101010 | 11010101 | 1110 | 110011 |
Color Harmonies of #708093
Complementary color
Monochromatic Colors of #708093
Black with #708093
Text Example
Text Example
White with #708093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708093; }
p { color: rgb(112,128,147); }
H1.HeaderClassName
{
color: #708093;
}
.AnyTagClassName
{
color: #708093;
}
</style>
background-color css
<style>
a { background-color: #708093; }
a { background-color: rgb(112,128,147); }
div.DivClassName
{
background-color: #708093;
}
.BgClassName
{
background-color: #708093;
}
</style>
border-color css
<style>
span { border-color: #708093; }
span { border-color: rgb(112,128,147); }
td.TdClassName
{
border-color: #708093;
}
.TagClassName
{
border-color: #708093;
}
</style>