Shades of Light Slate Grey #70839C
Tints of Light Slate Grey #70839C
RGB
CMYK
RGB Variations
Color information
#70839C (or 0x70839C) is known color: Light Slate Grey. HEX triplet: 70, 83 and 9C. RGB value is (112,131,156). Sum of RGB (Red+Green+Blue) = 112+131+156=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #70839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70839C is #8F7C63. Grayscale: #808080. Windows color (decimal): -9403492 or 10257264. OLE color: 10257264.
HSL color Cylindrical-coordinate representation of color #70839C: hue angle of 214.09º 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 #70839C is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 131 | 156 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.39 |
| HSL | 214.09º | 0.18% | 0.53% | - |
| HSV(B) | 214.09º | 0.28% | 0.61% | - |
| XYZ | 20.8 | 22.08 | 34.62 | - |
| YUV | 128.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 156 | 0.28 | 0.16 | 0 | 0.39 | 214.09 | 0.18 | 0.53 |
| Hex | 70 | 83 | 9C | 1C | 10 | 0 | 27 | D6 | 12 | 35 |
| Octal | 160 | 203 | 234 | 34 | 20 | 0 | 47 | 326 | 22 | 65 |
| Binary | 1110000 | 10000011 | 10011100 | 11100 | 10000 | 0 | 100111 | 11010110 | 10010 | 110101 |
Color Harmonies of #70839C
Complementary color
Monochromatic Colors of #70839C
Black with #70839C
Text Example
Text Example
White with #70839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70839C; }
p { color: rgb(112,131,156); }
H1.HeaderClassName
{
color: #70839C;
}
.AnyTagClassName
{
color: #70839C;
}
</style>
background-color css
<style>
a { background-color: #70839C; }
a { background-color: rgb(112,131,156); }
div.DivClassName
{
background-color: #70839C;
}
.BgClassName
{
background-color: #70839C;
}
</style>
border-color css
<style>
span { border-color: #70839C; }
span { border-color: rgb(112,131,156); }
td.TdClassName
{
border-color: #70839C;
}
.TagClassName
{
border-color: #70839C;
}
</style>