Shades of Slate Grey #717A97
Tints of Slate Grey #717A97
RGB
CMYK
RGB Variations
Color information
#717A97 (or 0x717A97) is known color: Slate Grey. HEX triplet: 71, 7A and 97. RGB value is (113,122,151). Sum of RGB (Red+Green+Blue) = 113+122+151=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 151 - color contains mainly: blue. Hex color #717A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717A97 is #8E8568. Grayscale: #7A7A7A. Windows color (decimal): -9340265 or 9927281. OLE color: 9927281.
HSL color Cylindrical-coordinate representation of color #717A97: hue angle of 225.79º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717A97 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 122 | 151 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.41 |
| HSL | 225.79º | 0.15% | 0.52% | - |
| HSV(B) | 225.79º | 0.25% | 0.59% | - |
| XYZ | 19.36 | 19.66 | 32.05 | - |
| YUV | 122.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 151 | 0.25 | 0.19 | 0 | 0.41 | 225.79 | 0.15 | 0.52 |
| Hex | 71 | 7A | 97 | 19 | 13 | 0 | 29 | E2 | F | 34 |
| Octal | 161 | 172 | 227 | 31 | 23 | 0 | 51 | 342 | 17 | 64 |
| Binary | 1110001 | 1111010 | 10010111 | 11001 | 10011 | 0 | 101001 | 11100010 | 1111 | 110100 |
Color Harmonies of #717A97
Complementary color
Monochromatic Colors of #717A97
Black with #717A97
Text Example
Text Example
White with #717A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A97; }
p { color: rgb(113,122,151); }
H1.HeaderClassName
{
color: #717A97;
}
.AnyTagClassName
{
color: #717A97;
}
</style>
background-color css
<style>
a { background-color: #717A97; }
a { background-color: rgb(113,122,151); }
div.DivClassName
{
background-color: #717A97;
}
.BgClassName
{
background-color: #717A97;
}
</style>
border-color css
<style>
span { border-color: #717A97; }
span { border-color: rgb(113,122,151); }
td.TdClassName
{
border-color: #717A97;
}
.TagClassName
{
border-color: #717A97;
}
</style>