Shades of Slate Grey #717F8C
Tints of Slate Grey #717F8C
RGB
CMYK
RGB Variations
Color information
#717F8C (or 0x717F8C) is known color: Slate Grey. HEX triplet: 71, 7F and 8C. RGB value is (113,127,140). Sum of RGB (Red+Green+Blue) = 113+127+140=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #717F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F8C is #8E8073. Grayscale: #7C7C7C. Windows color (decimal): -9338996 or 9207665. OLE color: 9207665.
HSL color Cylindrical-coordinate representation of color #717F8C: hue angle of 208.89º 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 #717F8C is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 127 | 140 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.45 |
| HSL | 208.89º | 0.11% | 0.5% | - |
| HSV(B) | 208.89º | 0.19% | 0.55% | - |
| XYZ | 19.13 | 20.58 | 27.78 | - |
| YUV | 124.3 | 136.86 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 140 | 0.19 | 0.09 | 0 | 0.45 | 208.89 | 0.11 | 0.5 |
| Hex | 71 | 7F | 8C | 13 | 9 | 0 | 2D | D1 | B | 32 |
| Octal | 161 | 177 | 214 | 23 | 11 | 0 | 55 | 321 | 13 | 62 |
| Binary | 1110001 | 1111111 | 10001100 | 10011 | 1001 | 0 | 101101 | 11010001 | 1011 | 110010 |
Color Harmonies of #717F8C
Complementary color
Monochromatic Colors of #717F8C
Black with #717F8C
Text Example
Text Example
White with #717F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F8C; }
p { color: rgb(113,127,140); }
H1.HeaderClassName
{
color: #717F8C;
}
.AnyTagClassName
{
color: #717F8C;
}
</style>
background-color css
<style>
a { background-color: #717F8C; }
a { background-color: rgb(113,127,140); }
div.DivClassName
{
background-color: #717F8C;
}
.BgClassName
{
background-color: #717F8C;
}
</style>
border-color css
<style>
span { border-color: #717F8C; }
span { border-color: rgb(113,127,140); }
td.TdClassName
{
border-color: #717F8C;
}
.TagClassName
{
border-color: #717F8C;
}
</style>