Shades of Slate Grey #717B8C
Tints of Slate Grey #717B8C
RGB
CMYK
RGB Variations
Color information
#717B8C (or 0x717B8C) is known color: Slate Grey. HEX triplet: 71, 7B and 8C. RGB value is (113,123,140). Sum of RGB (Red+Green+Blue) = 113+123+140=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #717B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B8C is #8E8473. Grayscale: #797979. Windows color (decimal): -9340020 or 9206641. OLE color: 9206641.
HSL color Cylindrical-coordinate representation of color #717B8C: hue angle of 217.78º 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 #717B8C is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 123 | 140 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.45 |
| HSL | 217.78º | 0.11% | 0.5% | - |
| HSV(B) | 217.78º | 0.19% | 0.55% | - |
| XYZ | 18.63 | 19.57 | 27.61 | - |
| YUV | 121.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 140 | 0.19 | 0.12 | 0 | 0.45 | 217.78 | 0.11 | 0.5 |
| Hex | 71 | 7B | 8C | 13 | C | 0 | 2D | DA | B | 32 |
| Octal | 161 | 173 | 214 | 23 | 14 | 0 | 55 | 332 | 13 | 62 |
| Binary | 1110001 | 1111011 | 10001100 | 10011 | 1100 | 0 | 101101 | 11011010 | 1011 | 110010 |
Color Harmonies of #717B8C
Complementary color
Monochromatic Colors of #717B8C
Black with #717B8C
Text Example
Text Example
White with #717B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B8C; }
p { color: rgb(113,123,140); }
H1.HeaderClassName
{
color: #717B8C;
}
.AnyTagClassName
{
color: #717B8C;
}
</style>
background-color css
<style>
a { background-color: #717B8C; }
a { background-color: rgb(113,123,140); }
div.DivClassName
{
background-color: #717B8C;
}
.BgClassName
{
background-color: #717B8C;
}
</style>
border-color css
<style>
span { border-color: #717B8C; }
span { border-color: rgb(113,123,140); }
td.TdClassName
{
border-color: #717B8C;
}
.TagClassName
{
border-color: #717B8C;
}
</style>