Shades of Slate Grey #707E9A
Tints of Slate Grey #707E9A
RGB
CMYK
RGB Variations
Color information
#707E9A (or 0x707E9A) is known color: Slate Grey. HEX triplet: 70, 7E and 9A. RGB value is (112,126,154). Sum of RGB (Red+Green+Blue) = 112+126+154=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #707E9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707E9A is #8F8165. Grayscale: #7C7C7C. Windows color (decimal): -9404774 or 10124912. OLE color: 10124912.
HSL color Cylindrical-coordinate representation of color #707E9A: hue angle of 220º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707E9A is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 126 | 154 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.40 |
| HSL | 220º | 0.17% | 0.52% | - |
| HSV(B) | 220º | 0.27% | 0.6% | - |
| XYZ | 19.98 | 20.7 | 33.51 | - |
| YUV | 125.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 154 | 0.27 | 0.18 | 0 | 0.40 | 220 | 0.17 | 0.52 |
| Hex | 70 | 7E | 9A | 1B | 12 | 0 | 28 | DC | 11 | 34 |
| Octal | 160 | 176 | 232 | 33 | 22 | 0 | 50 | 334 | 21 | 64 |
| Binary | 1110000 | 1111110 | 10011010 | 11011 | 10010 | 0 | 101000 | 11011100 | 10001 | 110100 |
Color Harmonies of #707E9A
Complementary color
Monochromatic Colors of #707E9A
Black with #707E9A
Text Example
Text Example
White with #707E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E9A; }
p { color: rgb(112,126,154); }
H1.HeaderClassName
{
color: #707E9A;
}
.AnyTagClassName
{
color: #707E9A;
}
</style>
background-color css
<style>
a { background-color: #707E9A; }
a { background-color: rgb(112,126,154); }
div.DivClassName
{
background-color: #707E9A;
}
.BgClassName
{
background-color: #707E9A;
}
</style>
border-color css
<style>
span { border-color: #707E9A; }
span { border-color: rgb(112,126,154); }
td.TdClassName
{
border-color: #707E9A;
}
.TagClassName
{
border-color: #707E9A;
}
</style>