Shades of Light Slate Grey #70839A
Tints of Light Slate Grey #70839A
RGB
CMYK
RGB Variations
Color information
#70839A (or 0x70839A) is known color: Light Slate Grey. HEX triplet: 70, 83 and 9A. RGB value is (112,131,154). Sum of RGB (Red+Green+Blue) = 112+131+154=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #70839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70839A is #8F7C65. Grayscale: #7F7F7F. Windows color (decimal): -9403494 or 10126192. OLE color: 10126192.
HSL color Cylindrical-coordinate representation of color #70839A: hue angle of 212.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70839A is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 131 | 154 | - |
| CMYK | 0.27 | 0.15 | 0 | 0.40 |
| HSL | 212.86º | 0.17% | 0.52% | - |
| HSV(B) | 212.86º | 0.27% | 0.6% | - |
| XYZ | 20.63 | 22.01 | 33.73 | - |
| YUV | 127.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 154 | 0.27 | 0.15 | 0 | 0.40 | 212.86 | 0.17 | 0.52 |
| Hex | 70 | 83 | 9A | 1B | F | 0 | 28 | D5 | 11 | 34 |
| Octal | 160 | 203 | 232 | 33 | 17 | 0 | 50 | 325 | 21 | 64 |
| Binary | 1110000 | 10000011 | 10011010 | 11011 | 1111 | 0 | 101000 | 11010101 | 10001 | 110100 |
Color Harmonies of #70839A
Complementary color
Monochromatic Colors of #70839A
Black with #70839A
Text Example
Text Example
White with #70839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70839A; }
p { color: rgb(112,131,154); }
H1.HeaderClassName
{
color: #70839A;
}
.AnyTagClassName
{
color: #70839A;
}
</style>
background-color css
<style>
a { background-color: #70839A; }
a { background-color: rgb(112,131,154); }
div.DivClassName
{
background-color: #70839A;
}
.BgClassName
{
background-color: #70839A;
}
</style>
border-color css
<style>
span { border-color: #70839A; }
span { border-color: rgb(112,131,154); }
td.TdClassName
{
border-color: #70839A;
}
.TagClassName
{
border-color: #70839A;
}
</style>