Shades of Slate Grey #707C98
Tints of Slate Grey #707C98
RGB
CMYK
RGB Variations
Color information
#707C98 (or 0x707C98) is known color: Slate Grey. HEX triplet: 70, 7C and 98. RGB value is (112,124,152). Sum of RGB (Red+Green+Blue) = 112+124+152=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #707C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707C98 is #8F8367. Grayscale: #7B7B7B. Windows color (decimal): -9405288 or 9993328. OLE color: 9993328.
HSL color Cylindrical-coordinate representation of color #707C98: hue angle of 222º 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 #707C98 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 124 | 152 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.40 |
| HSL | 222º | 0.16% | 0.52% | - |
| HSV(B) | 222º | 0.26% | 0.6% | - |
| XYZ | 19.56 | 20.13 | 32.56 | - |
| YUV | 123.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 152 | 0.26 | 0.18 | 0 | 0.40 | 222 | 0.16 | 0.52 |
| Hex | 70 | 7C | 98 | 1A | 12 | 0 | 28 | DE | 10 | 34 |
| Octal | 160 | 174 | 230 | 32 | 22 | 0 | 50 | 336 | 20 | 64 |
| Binary | 1110000 | 1111100 | 10011000 | 11010 | 10010 | 0 | 101000 | 11011110 | 10000 | 110100 |
Color Harmonies of #707C98
Complementary color
Monochromatic Colors of #707C98
Black with #707C98
Text Example
Text Example
White with #707C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C98; }
p { color: rgb(112,124,152); }
H1.HeaderClassName
{
color: #707C98;
}
.AnyTagClassName
{
color: #707C98;
}
</style>
background-color css
<style>
a { background-color: #707C98; }
a { background-color: rgb(112,124,152); }
div.DivClassName
{
background-color: #707C98;
}
.BgClassName
{
background-color: #707C98;
}
</style>
border-color css
<style>
span { border-color: #707C98; }
span { border-color: rgb(112,124,152); }
td.TdClassName
{
border-color: #707C98;
}
.TagClassName
{
border-color: #707C98;
}
</style>