Shades of Slate Grey #717C95
Tints of Slate Grey #717C95
RGB
CMYK
RGB Variations
Color information
#717C95 (or 0x717C95) is known color: Slate Grey. HEX triplet: 71, 7C and 95. RGB value is (113,124,149). Sum of RGB (Red+Green+Blue) = 113+124+149=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #717C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C95 is #8E836A. Grayscale: #7B7B7B. Windows color (decimal): -9339755 or 9796721. OLE color: 9796721.
HSL color Cylindrical-coordinate representation of color #717C95: hue angle of 221.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717C95 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 124 | 149 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.42 |
| HSL | 221.67º | 0.15% | 0.51% | - |
| HSV(B) | 221.67º | 0.24% | 0.58% | - |
| XYZ | 19.44 | 20.1 | 31.29 | - |
| YUV | 123.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 149 | 0.24 | 0.17 | 0 | 0.42 | 221.67 | 0.15 | 0.51 |
| Hex | 71 | 7C | 95 | 18 | 11 | 0 | 2A | DE | F | 33 |
| Octal | 161 | 174 | 225 | 30 | 21 | 0 | 52 | 336 | 17 | 63 |
| Binary | 1110001 | 1111100 | 10010101 | 11000 | 10001 | 0 | 101010 | 11011110 | 1111 | 110011 |
Color Harmonies of #717C95
Complementary color
Monochromatic Colors of #717C95
Black with #717C95
Text Example
Text Example
White with #717C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C95; }
p { color: rgb(113,124,149); }
H1.HeaderClassName
{
color: #717C95;
}
.AnyTagClassName
{
color: #717C95;
}
</style>
background-color css
<style>
a { background-color: #717C95; }
a { background-color: rgb(113,124,149); }
div.DivClassName
{
background-color: #717C95;
}
.BgClassName
{
background-color: #717C95;
}
</style>
border-color css
<style>
span { border-color: #717C95; }
span { border-color: rgb(113,124,149); }
td.TdClassName
{
border-color: #717C95;
}
.TagClassName
{
border-color: #717C95;
}
</style>