Shades of Slate Grey #717D8B
Tints of Slate Grey #717D8B
RGB
CMYK
RGB Variations
Color information
#717D8B (or 0x717D8B) is known color: Slate Grey. HEX triplet: 71, 7D and 8B. RGB value is (113,125,139). Sum of RGB (Red+Green+Blue) = 113+125+139=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #717D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D8B is #8E8274. Grayscale: #7A7A7A. Windows color (decimal): -9339509 or 9141617. OLE color: 9141617.
HSL color Cylindrical-coordinate representation of color #717D8B: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #717D8B is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 125 | 139 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.45 |
| HSL | 212.31º | 0.1% | 0.49% | - |
| HSV(B) | 212.31º | 0.19% | 0.55% | - |
| XYZ | 18.8 | 20.04 | 27.3 | - |
| YUV | 123.01 | 137.02 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 139 | 0.19 | 0.10 | 0 | 0.45 | 212.31 | 0.1 | 0.49 |
| Hex | 71 | 7D | 8B | 13 | A | 0 | 2D | D4 | A | 31 |
| Octal | 161 | 175 | 213 | 23 | 12 | 0 | 55 | 324 | 12 | 61 |
| Binary | 1110001 | 1111101 | 10001011 | 10011 | 1010 | 0 | 101101 | 11010100 | 1010 | 110001 |
Color Harmonies of #717D8B
Complementary color
Monochromatic Colors of #717D8B
Black with #717D8B
Text Example
Text Example
White with #717D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D8B; }
p { color: rgb(113,125,139); }
H1.HeaderClassName
{
color: #717D8B;
}
.AnyTagClassName
{
color: #717D8B;
}
</style>
background-color css
<style>
a { background-color: #717D8B; }
a { background-color: rgb(113,125,139); }
div.DivClassName
{
background-color: #717D8B;
}
.BgClassName
{
background-color: #717D8B;
}
</style>
border-color css
<style>
span { border-color: #717D8B; }
span { border-color: rgb(113,125,139); }
td.TdClassName
{
border-color: #717D8B;
}
.TagClassName
{
border-color: #717D8B;
}
</style>