Shades of Slate Grey #717D8C
Tints of Slate Grey #717D8C
RGB
CMYK
RGB Variations
Color information
#717D8C (or 0x717D8C) is known color: Slate Grey. HEX triplet: 71, 7D and 8C. RGB value is (113,125,140). Sum of RGB (Red+Green+Blue) = 113+125+140=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #717D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D8C is #8E8273. Grayscale: #7B7B7B. Windows color (decimal): -9339508 or 9207153. OLE color: 9207153.
HSL color Cylindrical-coordinate representation of color #717D8C: hue angle of 213.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717D8C is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 125 | 140 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.45 |
| HSL | 213.33º | 0.11% | 0.5% | - |
| HSV(B) | 213.33º | 0.19% | 0.55% | - |
| XYZ | 18.88 | 20.07 | 27.69 | - |
| YUV | 123.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 140 | 0.19 | 0.11 | 0 | 0.45 | 213.33 | 0.11 | 0.5 |
| Hex | 71 | 7D | 8C | 13 | B | 0 | 2D | D5 | B | 32 |
| Octal | 161 | 175 | 214 | 23 | 13 | 0 | 55 | 325 | 13 | 62 |
| Binary | 1110001 | 1111101 | 10001100 | 10011 | 1011 | 0 | 101101 | 11010101 | 1011 | 110010 |
Color Harmonies of #717D8C
Complementary color
Monochromatic Colors of #717D8C
Black with #717D8C
Text Example
Text Example
White with #717D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D8C; }
p { color: rgb(113,125,140); }
H1.HeaderClassName
{
color: #717D8C;
}
.AnyTagClassName
{
color: #717D8C;
}
</style>
background-color css
<style>
a { background-color: #717D8C; }
a { background-color: rgb(113,125,140); }
div.DivClassName
{
background-color: #717D8C;
}
.BgClassName
{
background-color: #717D8C;
}
</style>
border-color css
<style>
span { border-color: #717D8C; }
span { border-color: rgb(113,125,140); }
td.TdClassName
{
border-color: #717D8C;
}
.TagClassName
{
border-color: #717D8C;
}
</style>