Shades of Light Slate Grey #70879C
Tints of Light Slate Grey #70879C
RGB
CMYK
RGB Variations
Color information
#70879C (or 0x70879C) is known color: Light Slate Grey. HEX triplet: 70, 87 and 9C. RGB value is (112,135,156). Sum of RGB (Red+Green+Blue) = 112+135+156=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 156 - color contains mainly: blue. Hex color #70879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70879C is #8F7863. Grayscale: #828282. Windows color (decimal): -9402468 or 10258288. OLE color: 10258288.
HSL color Cylindrical-coordinate representation of color #70879C: hue angle of 208.64º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70879C is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 135 | 156 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.39 |
| HSL | 208.64º | 0.18% | 0.53% | - |
| HSV(B) | 208.64º | 0.28% | 0.61% | - |
| XYZ | 21.35 | 23.17 | 34.8 | - |
| YUV | 130.52 | 142.38 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 156 | 0.28 | 0.13 | 0 | 0.39 | 208.64 | 0.18 | 0.53 |
| Hex | 70 | 87 | 9C | 1C | D | 0 | 27 | D1 | 12 | 35 |
| Octal | 160 | 207 | 234 | 34 | 15 | 0 | 47 | 321 | 22 | 65 |
| Binary | 1110000 | 10000111 | 10011100 | 11100 | 1101 | 0 | 100111 | 11010001 | 10010 | 110101 |
Color Harmonies of #70879C
Complementary color
Monochromatic Colors of #70879C
Black with #70879C
Text Example
Text Example
White with #70879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70879C; }
p { color: rgb(112,135,156); }
H1.HeaderClassName
{
color: #70879C;
}
.AnyTagClassName
{
color: #70879C;
}
</style>
background-color css
<style>
a { background-color: #70879C; }
a { background-color: rgb(112,135,156); }
div.DivClassName
{
background-color: #70879C;
}
.BgClassName
{
background-color: #70879C;
}
</style>
border-color css
<style>
span { border-color: #70879C; }
span { border-color: rgb(112,135,156); }
td.TdClassName
{
border-color: #70879C;
}
.TagClassName
{
border-color: #70879C;
}
</style>