Shades of Slate Grey #707E8B
Tints of Slate Grey #707E8B
RGB
CMYK
RGB Variations
Color information
#707E8B (or 0x707E8B) is known color: Slate Grey. HEX triplet: 70, 7E and 8B. RGB value is (112,126,139). Sum of RGB (Red+Green+Blue) = 112+126+139=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #707E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E8B is #8F8174. Grayscale: #7B7B7B. Windows color (decimal): -9404789 or 9141872. OLE color: 9141872.
HSL color Cylindrical-coordinate representation of color #707E8B: hue angle of 208.89º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #707E8B is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 126 | 139 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.45 |
| HSL | 208.89º | 0.11% | 0.49% | - |
| HSV(B) | 208.89º | 0.19% | 0.55% | - |
| XYZ | 18.8 | 20.23 | 27.34 | - |
| YUV | 123.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 139 | 0.19 | 0.09 | 0 | 0.45 | 208.89 | 0.11 | 0.49 |
| Hex | 70 | 7E | 8B | 13 | 9 | 0 | 2D | D1 | B | 31 |
| Octal | 160 | 176 | 213 | 23 | 11 | 0 | 55 | 321 | 13 | 61 |
| Binary | 1110000 | 1111110 | 10001011 | 10011 | 1001 | 0 | 101101 | 11010001 | 1011 | 110001 |
Color Harmonies of #707E8B
Complementary color
Monochromatic Colors of #707E8B
Black with #707E8B
Text Example
Text Example
White with #707E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E8B; }
p { color: rgb(112,126,139); }
H1.HeaderClassName
{
color: #707E8B;
}
.AnyTagClassName
{
color: #707E8B;
}
</style>
background-color css
<style>
a { background-color: #707E8B; }
a { background-color: rgb(112,126,139); }
div.DivClassName
{
background-color: #707E8B;
}
.BgClassName
{
background-color: #707E8B;
}
</style>
border-color css
<style>
span { border-color: #707E8B; }
span { border-color: rgb(112,126,139); }
td.TdClassName
{
border-color: #707E8B;
}
.TagClassName
{
border-color: #707E8B;
}
</style>