Shades of Slate Grey #717D99
Tints of Slate Grey #717D99
RGB
CMYK
RGB Variations
Color information
#717D99 (or 0x717D99) is known color: Slate Grey. HEX triplet: 71, 7D and 99. RGB value is (113,125,153). Sum of RGB (Red+Green+Blue) = 113+125+153=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #717D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717D99 is #8E8266. Grayscale: #7C7C7C. Windows color (decimal): -9339495 or 10059121. OLE color: 10059121.
HSL color Cylindrical-coordinate representation of color #717D99: hue angle of 222º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717D99 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 113 | 125 | 153 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.4 |
| HSL | 222º | 0.16% | 0.52% | - |
| HSV(B) | 222º | 0.26% | 0.6% | - |
| XYZ | 19.89 | 20.48 | 33.04 | - |
| YUV | 124.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 125 | 153 | 0.26 | 0.18 | 0 | 0.4 | 222 | 0.16 | 0.52 |
| Hex | 71 | 7D | 99 | 1A | 12 | 0 | 28 | DE | 10 | 34 |
| Octal | 161 | 175 | 231 | 32 | 22 | 0 | 50 | 336 | 20 | 64 |
| Binary | 1110001 | 1111101 | 10011001 | 11010 | 10010 | 0 | 101000 | 11011110 | 10000 | 110100 |
Color Harmonies of #717D99
Complementary color
Monochromatic Colors of #717D99
Black with #717D99
Text Example
Text Example
White with #717D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717D99; }
p { color: rgb(113,125,153); }
H1.HeaderClassName
{
color: #717D99;
}
.AnyTagClassName
{
color: #717D99;
}
</style>
background-color css
<style>
a { background-color: #717D99; }
a { background-color: rgb(113,125,153); }
div.DivClassName
{
background-color: #717D99;
}
.BgClassName
{
background-color: #717D99;
}
</style>
border-color css
<style>
span { border-color: #717D99; }
span { border-color: rgb(113,125,153); }
td.TdClassName
{
border-color: #717D99;
}
.TagClassName
{
border-color: #717D99;
}
</style>