Shades of Slate Grey #708398
Tints of Slate Grey #708398
RGB
CMYK
RGB Variations
Color information
#708398 (or 0x708398) is known color: Slate Grey. HEX triplet: 70, 83 and 98. RGB value is (112,131,152). Sum of RGB (Red+Green+Blue) = 112+131+152=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #708398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708398 is #8F7C67. Grayscale: #7F7F7F. Windows color (decimal): -9403496 or 9995120. OLE color: 9995120.
HSL color Cylindrical-coordinate representation of color #708398: hue angle of 211.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708398 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 131 | 152 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.40 |
| HSL | 211.5º | 0.16% | 0.52% | - |
| HSV(B) | 211.5º | 0.26% | 0.6% | - |
| XYZ | 20.47 | 21.94 | 32.86 | - |
| YUV | 127.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 152 | 0.26 | 0.14 | 0 | 0.40 | 211.5 | 0.16 | 0.52 |
| Hex | 70 | 83 | 98 | 1A | E | 0 | 28 | D4 | 10 | 34 |
| Octal | 160 | 203 | 230 | 32 | 16 | 0 | 50 | 324 | 20 | 64 |
| Binary | 1110000 | 10000011 | 10011000 | 11010 | 1110 | 0 | 101000 | 11010100 | 10000 | 110100 |
Color Harmonies of #708398
Complementary color
Monochromatic Colors of #708398
Black with #708398
Text Example
Text Example
White with #708398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708398; }
p { color: rgb(112,131,152); }
H1.HeaderClassName
{
color: #708398;
}
.AnyTagClassName
{
color: #708398;
}
</style>
background-color css
<style>
a { background-color: #708398; }
a { background-color: rgb(112,131,152); }
div.DivClassName
{
background-color: #708398;
}
.BgClassName
{
background-color: #708398;
}
</style>
border-color css
<style>
span { border-color: #708398; }
span { border-color: rgb(112,131,152); }
td.TdClassName
{
border-color: #708398;
}
.TagClassName
{
border-color: #708398;
}
</style>