Shades of Slate Grey #717C8B
Tints of Slate Grey #717C8B
RGB
CMYK
RGB Variations
Color information
#717C8B (or 0x717C8B) is known color: Slate Grey. HEX triplet: 71, 7C and 8B. RGB value is (113,124,139). Sum of RGB (Red+Green+Blue) = 113+124+139=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #717C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C8B is #8E8374. Grayscale: #7A7A7A. Windows color (decimal): -9339765 or 9141361. OLE color: 9141361.
HSL color Cylindrical-coordinate representation of color #717C8B: hue angle of 214.62º 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 #717C8B is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 124 | 139 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.45 |
| HSL | 214.62º | 0.1% | 0.49% | - |
| HSV(B) | 214.62º | 0.19% | 0.55% | - |
| XYZ | 18.68 | 19.79 | 27.26 | - |
| YUV | 122.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 139 | 0.19 | 0.11 | 0 | 0.45 | 214.62 | 0.1 | 0.49 |
| Hex | 71 | 7C | 8B | 13 | B | 0 | 2D | D7 | A | 31 |
| Octal | 161 | 174 | 213 | 23 | 13 | 0 | 55 | 327 | 12 | 61 |
| Binary | 1110001 | 1111100 | 10001011 | 10011 | 1011 | 0 | 101101 | 11010111 | 1010 | 110001 |
Color Harmonies of #717C8B
Complementary color
Monochromatic Colors of #717C8B
Black with #717C8B
Text Example
Text Example
White with #717C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C8B; }
p { color: rgb(113,124,139); }
H1.HeaderClassName
{
color: #717C8B;
}
.AnyTagClassName
{
color: #717C8B;
}
</style>
background-color css
<style>
a { background-color: #717C8B; }
a { background-color: rgb(113,124,139); }
div.DivClassName
{
background-color: #717C8B;
}
.BgClassName
{
background-color: #717C8B;
}
</style>
border-color css
<style>
span { border-color: #717C8B; }
span { border-color: rgb(113,124,139); }
td.TdClassName
{
border-color: #717C8B;
}
.TagClassName
{
border-color: #717C8B;
}
</style>