Shades of Light Slate Grey #70859D
Tints of Light Slate Grey #70859D
RGB
CMYK
RGB Variations
Color information
#70859D (or 0x70859D) is known color: Light Slate Grey. HEX triplet: 70, 85 and 9D. RGB value is (112,133,157). Sum of RGB (Red+Green+Blue) = 112+133+157=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #70859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70859D is #8F7A62. Grayscale: #818181. Windows color (decimal): -9402979 or 10323312. OLE color: 10323312.
HSL color Cylindrical-coordinate representation of color #70859D: hue angle of 212º 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 #70859D is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 133 | 157 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.38 |
| HSL | 212º | 0.19% | 0.53% | - |
| HSV(B) | 212º | 0.29% | 0.62% | - |
| XYZ | 21.16 | 22.65 | 35.16 | - |
| YUV | 129.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 157 | 0.29 | 0.15 | 0 | 0.38 | 212 | 0.19 | 0.53 |
| Hex | 70 | 85 | 9D | 1D | F | 0 | 26 | D4 | 13 | 35 |
| Octal | 160 | 205 | 235 | 35 | 17 | 0 | 46 | 324 | 23 | 65 |
| Binary | 1110000 | 10000101 | 10011101 | 11101 | 1111 | 0 | 100110 | 11010100 | 10011 | 110101 |
Color Harmonies of #70859D
Complementary color
Monochromatic Colors of #70859D
Black with #70859D
Text Example
Text Example
White with #70859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70859D; }
p { color: rgb(112,133,157); }
H1.HeaderClassName
{
color: #70859D;
}
.AnyTagClassName
{
color: #70859D;
}
</style>
background-color css
<style>
a { background-color: #70859D; }
a { background-color: rgb(112,133,157); }
div.DivClassName
{
background-color: #70859D;
}
.BgClassName
{
background-color: #70859D;
}
</style>
border-color css
<style>
span { border-color: #70859D; }
span { border-color: rgb(112,133,157); }
td.TdClassName
{
border-color: #70859D;
}
.TagClassName
{
border-color: #70859D;
}
</style>