Shades of Slate Grey #708494
Tints of Slate Grey #708494
RGB
CMYK
RGB Variations
Color information
#708494 (or 0x708494) is known color: Slate Grey. HEX triplet: 70, 84 and 94. RGB value is (112,132,148). Sum of RGB (Red+Green+Blue) = 112+132+148=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #708494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708494 is #8F7B6B. Grayscale: #7F7F7F. Windows color (decimal): -9403244 or 9733232. OLE color: 9733232.
HSL color Cylindrical-coordinate representation of color #708494: hue angle of 206.67º 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 #708494 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 132 | 148 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.42 |
| HSL | 206.67º | 0.14% | 0.51% | - |
| HSV(B) | 206.67º | 0.24% | 0.58% | - |
| XYZ | 20.28 | 22.09 | 31.21 | - |
| YUV | 127.84 | 139.37 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 132 | 148 | 0.24 | 0.11 | 0 | 0.42 | 206.67 | 0.14 | 0.51 |
| Hex | 70 | 84 | 94 | 18 | B | 0 | 2A | CF | E | 33 |
| Octal | 160 | 204 | 224 | 30 | 13 | 0 | 52 | 317 | 16 | 63 |
| Binary | 1110000 | 10000100 | 10010100 | 11000 | 1011 | 0 | 101010 | 11001111 | 1110 | 110011 |
Color Harmonies of #708494
Complementary color
Monochromatic Colors of #708494
Black with #708494
Text Example
Text Example
White with #708494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708494; }
p { color: rgb(112,132,148); }
H1.HeaderClassName
{
color: #708494;
}
.AnyTagClassName
{
color: #708494;
}
</style>
background-color css
<style>
a { background-color: #708494; }
a { background-color: rgb(112,132,148); }
div.DivClassName
{
background-color: #708494;
}
.BgClassName
{
background-color: #708494;
}
</style>
border-color css
<style>
span { border-color: #708494; }
span { border-color: rgb(112,132,148); }
td.TdClassName
{
border-color: #708494;
}
.TagClassName
{
border-color: #708494;
}
</style>