Shades of Slate Grey #707E93
Tints of Slate Grey #707E93
RGB
CMYK
RGB Variations
Color information
#707E93 (or 0x707E93) is known color: Slate Grey. HEX triplet: 70, 7E and 93. RGB value is (112,126,147). Sum of RGB (Red+Green+Blue) = 112+126+147=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #707E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E93 is #8F816C. Grayscale: #7C7C7C. Windows color (decimal): -9404781 or 9666160. OLE color: 9666160.
HSL color Cylindrical-coordinate representation of color #707E93: hue angle of 216º 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 #707E93 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 126 | 147 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.42 |
| HSL | 216º | 0.14% | 0.51% | - |
| HSV(B) | 216º | 0.24% | 0.58% | - |
| XYZ | 19.41 | 20.47 | 30.53 | - |
| YUV | 124.21 | 140.86 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 147 | 0.24 | 0.14 | 0 | 0.42 | 216 | 0.14 | 0.51 |
| Hex | 70 | 7E | 93 | 18 | E | 0 | 2A | D8 | E | 33 |
| Octal | 160 | 176 | 223 | 30 | 16 | 0 | 52 | 330 | 16 | 63 |
| Binary | 1110000 | 1111110 | 10010011 | 11000 | 1110 | 0 | 101010 | 11011000 | 1110 | 110011 |
Color Harmonies of #707E93
Complementary color
Monochromatic Colors of #707E93
Black with #707E93
Text Example
Text Example
White with #707E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E93; }
p { color: rgb(112,126,147); }
H1.HeaderClassName
{
color: #707E93;
}
.AnyTagClassName
{
color: #707E93;
}
</style>
background-color css
<style>
a { background-color: #707E93; }
a { background-color: rgb(112,126,147); }
div.DivClassName
{
background-color: #707E93;
}
.BgClassName
{
background-color: #707E93;
}
</style>
border-color css
<style>
span { border-color: #707E93; }
span { border-color: rgb(112,126,147); }
td.TdClassName
{
border-color: #707E93;
}
.TagClassName
{
border-color: #707E93;
}
</style>