Shades of Slate Grey #717D87
Tints of Slate Grey #717D87
RGB
CMYK
RGB Variations
Color information
#717D87 (or 0x717D87) is known color: Slate Grey. HEX triplet: 71, 7D and 87. RGB value is (113,125,135). Sum of RGB (Red+Green+Blue) = 113+125+135=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 135 - color contains mainly: blue. Hex color #717D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D87 is #8E8278. Grayscale: #7A7A7A. Windows color (decimal): -9339513 or 8879473. OLE color: 8879473.
HSL color Cylindrical-coordinate representation of color #717D87: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #717D87 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 125 | 135 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.47 |
| HSL | 207.27º | 0.09% | 0.49% | - |
| HSV(B) | 207.27º | 0.16% | 0.53% | - |
| XYZ | 18.52 | 19.93 | 25.79 | - |
| YUV | 122.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 135 | 0.16 | 0.07 | 0 | 0.47 | 207.27 | 0.09 | 0.49 |
| Hex | 71 | 7D | 87 | 10 | 7 | 0 | 2F | CF | 9 | 31 |
| Octal | 161 | 175 | 207 | 20 | 7 | 0 | 57 | 317 | 11 | 61 |
| Binary | 1110001 | 1111101 | 10000111 | 10000 | 111 | 0 | 101111 | 11001111 | 1001 | 110001 |
Color Harmonies of #717D87
Complementary color
Monochromatic Colors of #717D87
Black with #717D87
Text Example
Text Example
White with #717D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D87; }
p { color: rgb(113,125,135); }
H1.HeaderClassName
{
color: #717D87;
}
.AnyTagClassName
{
color: #717D87;
}
</style>
background-color css
<style>
a { background-color: #717D87; }
a { background-color: rgb(113,125,135); }
div.DivClassName
{
background-color: #717D87;
}
.BgClassName
{
background-color: #717D87;
}
</style>
border-color css
<style>
span { border-color: #717D87; }
span { border-color: rgb(113,125,135); }
td.TdClassName
{
border-color: #717D87;
}
.TagClassName
{
border-color: #717D87;
}
</style>