Shades of Slate Grey #717B98
Tints of Slate Grey #717B98
RGB
CMYK
RGB Variations
Color information
#717B98 (or 0x717B98) is known color: Slate Grey. HEX triplet: 71, 7B and 98. RGB value is (113,123,152). Sum of RGB (Red+Green+Blue) = 113+123+152=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 152 - color contains mainly: blue. Hex color #717B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B98 is #8E8467. Grayscale: #7B7B7B. Windows color (decimal): -9340008 or 9993073. OLE color: 9993073.
HSL color Cylindrical-coordinate representation of color #717B98: hue angle of 224.62º 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 #717B98 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 123 | 152 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.40 |
| HSL | 224.62º | 0.16% | 0.52% | - |
| HSV(B) | 224.62º | 0.26% | 0.6% | - |
| XYZ | 19.56 | 19.94 | 32.52 | - |
| YUV | 123.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 152 | 0.26 | 0.19 | 0 | 0.40 | 224.62 | 0.16 | 0.52 |
| Hex | 71 | 7B | 98 | 1A | 13 | 0 | 28 | E1 | 10 | 34 |
| Octal | 161 | 173 | 230 | 32 | 23 | 0 | 50 | 341 | 20 | 64 |
| Binary | 1110001 | 1111011 | 10011000 | 11010 | 10011 | 0 | 101000 | 11100001 | 10000 | 110100 |
Color Harmonies of #717B98
Complementary color
Monochromatic Colors of #717B98
Black with #717B98
Text Example
Text Example
White with #717B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B98; }
p { color: rgb(113,123,152); }
H1.HeaderClassName
{
color: #717B98;
}
.AnyTagClassName
{
color: #717B98;
}
</style>
background-color css
<style>
a { background-color: #717B98; }
a { background-color: rgb(113,123,152); }
div.DivClassName
{
background-color: #717B98;
}
.BgClassName
{
background-color: #717B98;
}
</style>
border-color css
<style>
span { border-color: #717B98; }
span { border-color: rgb(113,123,152); }
td.TdClassName
{
border-color: #717B98;
}
.TagClassName
{
border-color: #717B98;
}
</style>