Shades of Slate Grey #707B8D
Tints of Slate Grey #707B8D
RGB
CMYK
RGB Variations
Color information
#707B8D (or 0x707B8D) is known color: Slate Grey. HEX triplet: 70, 7B and 8D. RGB value is (112,123,141). Sum of RGB (Red+Green+Blue) = 112+123+141=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #707B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707B8D is #8F8472. Grayscale: #797979. Windows color (decimal): -9405555 or 9272176. OLE color: 9272176.
HSL color Cylindrical-coordinate representation of color #707B8D: hue angle of 217.24º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #707B8D is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 123 | 141 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.45 |
| HSL | 217.24º | 0.11% | 0.5% | - |
| HSV(B) | 217.24º | 0.21% | 0.55% | - |
| XYZ | 18.57 | 19.53 | 27.99 | - |
| YUV | 121.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 141 | 0.21 | 0.13 | 0 | 0.45 | 217.24 | 0.11 | 0.5 |
| Hex | 70 | 7B | 8D | 15 | D | 0 | 2D | D9 | B | 32 |
| Octal | 160 | 173 | 215 | 25 | 15 | 0 | 55 | 331 | 13 | 62 |
| Binary | 1110000 | 1111011 | 10001101 | 10101 | 1101 | 0 | 101101 | 11011001 | 1011 | 110010 |
Color Harmonies of #707B8D
Complementary color
Monochromatic Colors of #707B8D
Black with #707B8D
Text Example
Text Example
White with #707B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B8D; }
p { color: rgb(112,123,141); }
H1.HeaderClassName
{
color: #707B8D;
}
.AnyTagClassName
{
color: #707B8D;
}
</style>
background-color css
<style>
a { background-color: #707B8D; }
a { background-color: rgb(112,123,141); }
div.DivClassName
{
background-color: #707B8D;
}
.BgClassName
{
background-color: #707B8D;
}
</style>
border-color css
<style>
span { border-color: #707B8D; }
span { border-color: rgb(112,123,141); }
td.TdClassName
{
border-color: #707B8D;
}
.TagClassName
{
border-color: #707B8D;
}
</style>