Shades of Slate Grey #707D98
Tints of Slate Grey #707D98
RGB
CMYK
RGB Variations
Color information
#707D98 (or 0x707D98) is known color: Slate Grey. HEX triplet: 70, 7D and 98. RGB value is (112,125,152). Sum of RGB (Red+Green+Blue) = 112+125+152=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 152 - color contains mainly: blue. Hex color #707D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707D98 is #8F8267. Grayscale: #7C7C7C. Windows color (decimal): -9405032 or 9993584. OLE color: 9993584.
HSL color Cylindrical-coordinate representation of color #707D98: hue angle of 220.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #707D98 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 125 | 152 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.40 |
| HSL | 220.5º | 0.16% | 0.52% | - |
| HSV(B) | 220.5º | 0.26% | 0.6% | - |
| XYZ | 19.68 | 20.38 | 32.6 | - |
| YUV | 124.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 152 | 0.26 | 0.18 | 0 | 0.40 | 220.5 | 0.16 | 0.52 |
| Hex | 70 | 7D | 98 | 1A | 12 | 0 | 28 | DC | 10 | 34 |
| Octal | 160 | 175 | 230 | 32 | 22 | 0 | 50 | 334 | 20 | 64 |
| Binary | 1110000 | 1111101 | 10011000 | 11010 | 10010 | 0 | 101000 | 11011100 | 10000 | 110100 |
Color Harmonies of #707D98
Complementary color
Monochromatic Colors of #707D98
Black with #707D98
Text Example
Text Example
White with #707D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D98; }
p { color: rgb(112,125,152); }
H1.HeaderClassName
{
color: #707D98;
}
.AnyTagClassName
{
color: #707D98;
}
</style>
background-color css
<style>
a { background-color: #707D98; }
a { background-color: rgb(112,125,152); }
div.DivClassName
{
background-color: #707D98;
}
.BgClassName
{
background-color: #707D98;
}
</style>
border-color css
<style>
span { border-color: #707D98; }
span { border-color: rgb(112,125,152); }
td.TdClassName
{
border-color: #707D98;
}
.TagClassName
{
border-color: #707D98;
}
</style>