Shades of Slate Grey #707D95
Tints of Slate Grey #707D95
RGB
CMYK
RGB Variations
Color information
#707D95 (or 0x707D95) is known color: Slate Grey. HEX triplet: 70, 7D and 95. RGB value is (112,125,149). Sum of RGB (Red+Green+Blue) = 112+125+149=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #707D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D95 is #8F826A. Grayscale: #7B7B7B. Windows color (decimal): -9405035 or 9796976. OLE color: 9796976.
HSL color Cylindrical-coordinate representation of color #707D95: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #707D95 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 125 | 149 | - |
| CMYK | 0.25 | 0.16 | 0 | 0.42 |
| HSL | 218.92º | 0.15% | 0.51% | - |
| HSV(B) | 218.92º | 0.25% | 0.58% | - |
| XYZ | 19.44 | 20.28 | 31.32 | - |
| YUV | 123.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 149 | 0.25 | 0.16 | 0 | 0.42 | 218.92 | 0.15 | 0.51 |
| Hex | 70 | 7D | 95 | 19 | 10 | 0 | 2A | DB | F | 33 |
| Octal | 160 | 175 | 225 | 31 | 20 | 0 | 52 | 333 | 17 | 63 |
| Binary | 1110000 | 1111101 | 10010101 | 11001 | 10000 | 0 | 101010 | 11011011 | 1111 | 110011 |
Color Harmonies of #707D95
Complementary color
Monochromatic Colors of #707D95
Black with #707D95
Text Example
Text Example
White with #707D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D95; }
p { color: rgb(112,125,149); }
H1.HeaderClassName
{
color: #707D95;
}
.AnyTagClassName
{
color: #707D95;
}
</style>
background-color css
<style>
a { background-color: #707D95; }
a { background-color: rgb(112,125,149); }
div.DivClassName
{
background-color: #707D95;
}
.BgClassName
{
background-color: #707D95;
}
</style>
border-color css
<style>
span { border-color: #707D95; }
span { border-color: rgb(112,125,149); }
td.TdClassName
{
border-color: #707D95;
}
.TagClassName
{
border-color: #707D95;
}
</style>