Shades of Slate Grey #717C9A
Tints of Slate Grey #717C9A
RGB
CMYK
RGB Variations
Color information
#717C9A (or 0x717C9A) is known color: Slate Grey. HEX triplet: 71, 7C and 9A. RGB value is (113,124,154). Sum of RGB (Red+Green+Blue) = 113+124+154=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #717C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C9A is #8E8365. Grayscale: #7C7C7C. Windows color (decimal): -9339750 or 10124401. OLE color: 10124401.
HSL color Cylindrical-coordinate representation of color #717C9A: hue angle of 223.9º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #717C9A is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 124 | 154 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.40 |
| HSL | 223.9º | 0.17% | 0.52% | - |
| HSV(B) | 223.9º | 0.27% | 0.6% | - |
| XYZ | 19.85 | 20.26 | 33.44 | - |
| YUV | 124.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 154 | 0.27 | 0.19 | 0 | 0.40 | 223.9 | 0.17 | 0.52 |
| Hex | 71 | 7C | 9A | 1B | 13 | 0 | 28 | E0 | 11 | 34 |
| Octal | 161 | 174 | 232 | 33 | 23 | 0 | 50 | 340 | 21 | 64 |
| Binary | 1110001 | 1111100 | 10011010 | 11011 | 10011 | 0 | 101000 | 11100000 | 10001 | 110100 |
Color Harmonies of #717C9A
Complementary color
Monochromatic Colors of #717C9A
Black with #717C9A
Text Example
Text Example
White with #717C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C9A; }
p { color: rgb(113,124,154); }
H1.HeaderClassName
{
color: #717C9A;
}
.AnyTagClassName
{
color: #717C9A;
}
</style>
background-color css
<style>
a { background-color: #717C9A; }
a { background-color: rgb(113,124,154); }
div.DivClassName
{
background-color: #717C9A;
}
.BgClassName
{
background-color: #717C9A;
}
</style>
border-color css
<style>
span { border-color: #717C9A; }
span { border-color: rgb(113,124,154); }
td.TdClassName
{
border-color: #717C9A;
}
.TagClassName
{
border-color: #717C9A;
}
</style>