Shades of Slate Grey #70838F
Tints of Slate Grey #70838F
RGB
CMYK
RGB Variations
Color information
#70838F (or 0x70838F) is known color: Slate Grey. HEX triplet: 70, 83 and 8F. RGB value is (112,131,143). Sum of RGB (Red+Green+Blue) = 112+131+143=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 143 - color contains mainly: blue. Hex color #70838F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70838F is #8F7C70. Grayscale: #7E7E7E. Windows color (decimal): -9403505 or 9405296. OLE color: 9405296.
HSL color Cylindrical-coordinate representation of color #70838F: hue angle of 203.23º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #70838F is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 131 | 143 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.44 |
| HSL | 203.23º | 0.12% | 0.5% | - |
| HSV(B) | 203.23º | 0.22% | 0.56% | - |
| XYZ | 19.76 | 21.66 | 29.13 | - |
| YUV | 126.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 143 | 0.22 | 0.08 | 0 | 0.44 | 203.23 | 0.12 | 0.5 |
| Hex | 70 | 83 | 8F | 16 | 8 | 0 | 2C | CB | C | 32 |
| Octal | 160 | 203 | 217 | 26 | 10 | 0 | 54 | 313 | 14 | 62 |
| Binary | 1110000 | 10000011 | 10001111 | 10110 | 1000 | 0 | 101100 | 11001011 | 1100 | 110010 |
Color Harmonies of #70838F
Complementary color
Monochromatic Colors of #70838F
Black with #70838F
Text Example
Text Example
White with #70838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70838F; }
p { color: rgb(112,131,143); }
H1.HeaderClassName
{
color: #70838F;
}
.AnyTagClassName
{
color: #70838F;
}
</style>
background-color css
<style>
a { background-color: #70838F; }
a { background-color: rgb(112,131,143); }
div.DivClassName
{
background-color: #70838F;
}
.BgClassName
{
background-color: #70838F;
}
</style>
border-color css
<style>
span { border-color: #70838F; }
span { border-color: rgb(112,131,143); }
td.TdClassName
{
border-color: #70838F;
}
.TagClassName
{
border-color: #70838F;
}
</style>