Shades of Slate Grey #717F92
Tints of Slate Grey #717F92
RGB
CMYK
RGB Variations
Color information
#717F92 (or 0x717F92) is known color: Slate Grey. HEX triplet: 71, 7F and 92. RGB value is (113,127,146). Sum of RGB (Red+Green+Blue) = 113+127+146=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #717F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F92 is #8E806D. Grayscale: #7C7C7C. Windows color (decimal): -9338990 or 9600881. OLE color: 9600881.
HSL color Cylindrical-coordinate representation of color #717F92: hue angle of 214.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717F92 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 127 | 146 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.43 |
| HSL | 214.55º | 0.13% | 0.51% | - |
| HSV(B) | 214.55º | 0.23% | 0.57% | - |
| XYZ | 19.59 | 20.76 | 30.17 | - |
| YUV | 124.98 | 139.86 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 146 | 0.23 | 0.13 | 0 | 0.43 | 214.55 | 0.13 | 0.51 |
| Hex | 71 | 7F | 92 | 17 | D | 0 | 2B | D7 | D | 33 |
| Octal | 161 | 177 | 222 | 27 | 15 | 0 | 53 | 327 | 15 | 63 |
| Binary | 1110001 | 1111111 | 10010010 | 10111 | 1101 | 0 | 101011 | 11010111 | 1101 | 110011 |
Color Harmonies of #717F92
Complementary color
Monochromatic Colors of #717F92
Black with #717F92
Text Example
Text Example
White with #717F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F92; }
p { color: rgb(113,127,146); }
H1.HeaderClassName
{
color: #717F92;
}
.AnyTagClassName
{
color: #717F92;
}
</style>
background-color css
<style>
a { background-color: #717F92; }
a { background-color: rgb(113,127,146); }
div.DivClassName
{
background-color: #717F92;
}
.BgClassName
{
background-color: #717F92;
}
</style>
border-color css
<style>
span { border-color: #717F92; }
span { border-color: rgb(113,127,146); }
td.TdClassName
{
border-color: #717F92;
}
.TagClassName
{
border-color: #717F92;
}
</style>