Shades of Light Slate Grey #708597
Tints of Light Slate Grey #708597
RGB
CMYK
RGB Variations
Color information
#708597 (or 0x708597) is known color: Light Slate Grey. HEX triplet: 70, 85 and 97. RGB value is (112,133,151). Sum of RGB (Red+Green+Blue) = 112+133+151=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 151 - color contains mainly: blue. Hex color #708597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708597 is #8F7A68. Grayscale: #808080. Windows color (decimal): -9402985 or 9930096. OLE color: 9930096.
HSL color Cylindrical-coordinate representation of color #708597: hue angle of 207.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #708597 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 133 | 151 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.41 |
| HSL | 207.69º | 0.16% | 0.52% | - |
| HSV(B) | 207.69º | 0.26% | 0.59% | - |
| XYZ | 20.66 | 22.45 | 32.52 | - |
| YUV | 128.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 151 | 0.26 | 0.12 | 0 | 0.41 | 207.69 | 0.16 | 0.52 |
| Hex | 70 | 85 | 97 | 1A | C | 0 | 29 | D0 | 10 | 34 |
| Octal | 160 | 205 | 227 | 32 | 14 | 0 | 51 | 320 | 20 | 64 |
| Binary | 1110000 | 10000101 | 10010111 | 11010 | 1100 | 0 | 101001 | 11010000 | 10000 | 110100 |
Color Harmonies of #708597
Complementary color
Monochromatic Colors of #708597
Black with #708597
Text Example
Text Example
White with #708597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708597; }
p { color: rgb(112,133,151); }
H1.HeaderClassName
{
color: #708597;
}
.AnyTagClassName
{
color: #708597;
}
</style>
background-color css
<style>
a { background-color: #708597; }
a { background-color: rgb(112,133,151); }
div.DivClassName
{
background-color: #708597;
}
.BgClassName
{
background-color: #708597;
}
</style>
border-color css
<style>
span { border-color: #708597; }
span { border-color: rgb(112,133,151); }
td.TdClassName
{
border-color: #708597;
}
.TagClassName
{
border-color: #708597;
}
</style>