Shades of Slate Grey #707E94
Tints of Slate Grey #707E94
RGB
CMYK
RGB Variations
Color information
#707E94 (or 0x707E94) is known color: Slate Grey. HEX triplet: 70, 7E and 94. RGB value is (112,126,148). Sum of RGB (Red+Green+Blue) = 112+126+148=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #707E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E94 is #8F816B. Grayscale: #7C7C7C. Windows color (decimal): -9404780 or 9731696. OLE color: 9731696.
HSL color Cylindrical-coordinate representation of color #707E94: hue angle of 216.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #707E94 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 126 | 148 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.42 |
| HSL | 216.67º | 0.14% | 0.51% | - |
| HSV(B) | 216.67º | 0.24% | 0.58% | - |
| XYZ | 19.49 | 20.5 | 30.95 | - |
| YUV | 124.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 148 | 0.24 | 0.15 | 0 | 0.42 | 216.67 | 0.14 | 0.51 |
| Hex | 70 | 7E | 94 | 18 | F | 0 | 2A | D9 | E | 33 |
| Octal | 160 | 176 | 224 | 30 | 17 | 0 | 52 | 331 | 16 | 63 |
| Binary | 1110000 | 1111110 | 10010100 | 11000 | 1111 | 0 | 101010 | 11011001 | 1110 | 110011 |
Color Harmonies of #707E94
Complementary color
Monochromatic Colors of #707E94
Black with #707E94
Text Example
Text Example
White with #707E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E94; }
p { color: rgb(112,126,148); }
H1.HeaderClassName
{
color: #707E94;
}
.AnyTagClassName
{
color: #707E94;
}
</style>
background-color css
<style>
a { background-color: #707E94; }
a { background-color: rgb(112,126,148); }
div.DivClassName
{
background-color: #707E94;
}
.BgClassName
{
background-color: #707E94;
}
</style>
border-color css
<style>
span { border-color: #707E94; }
span { border-color: rgb(112,126,148); }
td.TdClassName
{
border-color: #707E94;
}
.TagClassName
{
border-color: #707E94;
}
</style>