Shades of Light Slate Grey #70839E
Tints of Light Slate Grey #70839E
RGB
CMYK
RGB Variations
Color information
#70839E (or 0x70839E) is known color: Light Slate Grey. HEX triplet: 70, 83 and 9E. RGB value is (112,131,158). Sum of RGB (Red+Green+Blue) = 112+131+158=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #70839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70839E is #8F7C61. Grayscale: #808080. Windows color (decimal): -9403490 or 10388336. OLE color: 10388336.
HSL color Cylindrical-coordinate representation of color #70839E: hue angle of 215.22º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70839E is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 131 | 158 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.38 |
| HSL | 215.22º | 0.19% | 0.53% | - |
| HSV(B) | 215.22º | 0.29% | 0.62% | - |
| XYZ | 20.97 | 22.15 | 35.52 | - |
| YUV | 128.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 158 | 0.29 | 0.17 | 0 | 0.38 | 215.22 | 0.19 | 0.53 |
| Hex | 70 | 83 | 9E | 1D | 11 | 0 | 26 | D7 | 13 | 35 |
| Octal | 160 | 203 | 236 | 35 | 21 | 0 | 46 | 327 | 23 | 65 |
| Binary | 1110000 | 10000011 | 10011110 | 11101 | 10001 | 0 | 100110 | 11010111 | 10011 | 110101 |
Color Harmonies of #70839E
Complementary color
Monochromatic Colors of #70839E
Black with #70839E
Text Example
Text Example
White with #70839E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70839E; }
p { color: rgb(112,131,158); }
H1.HeaderClassName
{
color: #70839E;
}
.AnyTagClassName
{
color: #70839E;
}
</style>
background-color css
<style>
a { background-color: #70839E; }
a { background-color: rgb(112,131,158); }
div.DivClassName
{
background-color: #70839E;
}
.BgClassName
{
background-color: #70839E;
}
</style>
border-color css
<style>
span { border-color: #70839E; }
span { border-color: rgb(112,131,158); }
td.TdClassName
{
border-color: #70839E;
}
.TagClassName
{
border-color: #70839E;
}
</style>