Shades of Slate Grey #717D89
Tints of Slate Grey #717D89
RGB
CMYK
RGB Variations
Color information
#717D89 (or 0x717D89) is known color: Slate Grey. HEX triplet: 71, 7D and 89. RGB value is (113,125,137). Sum of RGB (Red+Green+Blue) = 113+125+137=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 137 - color contains mainly: blue. Hex color #717D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D89 is #8E8276. Grayscale: #7A7A7A. Windows color (decimal): -9339511 or 9010545. OLE color: 9010545.
HSL color Cylindrical-coordinate representation of color #717D89: hue angle of 210º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717D89 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 125 | 137 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.46 |
| HSL | 210º | 0.1% | 0.49% | - |
| HSV(B) | 210º | 0.18% | 0.54% | - |
| XYZ | 18.66 | 19.98 | 26.54 | - |
| YUV | 122.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 137 | 0.18 | 0.09 | 0 | 0.46 | 210 | 0.1 | 0.49 |
| Hex | 71 | 7D | 89 | 12 | 9 | 0 | 2E | D2 | A | 31 |
| Octal | 161 | 175 | 211 | 22 | 11 | 0 | 56 | 322 | 12 | 61 |
| Binary | 1110001 | 1111101 | 10001001 | 10010 | 1001 | 0 | 101110 | 11010010 | 1010 | 110001 |
Color Harmonies of #717D89
Complementary color
Monochromatic Colors of #717D89
Black with #717D89
Text Example
Text Example
White with #717D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D89; }
p { color: rgb(113,125,137); }
H1.HeaderClassName
{
color: #717D89;
}
.AnyTagClassName
{
color: #717D89;
}
</style>
background-color css
<style>
a { background-color: #717D89; }
a { background-color: rgb(113,125,137); }
div.DivClassName
{
background-color: #717D89;
}
.BgClassName
{
background-color: #717D89;
}
</style>
border-color css
<style>
span { border-color: #717D89; }
span { border-color: rgb(113,125,137); }
td.TdClassName
{
border-color: #717D89;
}
.TagClassName
{
border-color: #717D89;
}
</style>