Shades of Slate Grey #717B92
Tints of Slate Grey #717B92
RGB
CMYK
RGB Variations
Color information
#717B92 (or 0x717B92) is known color: Slate Grey. HEX triplet: 71, 7B and 92. RGB value is (113,123,146). Sum of RGB (Red+Green+Blue) = 113+123+146=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #717B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B92 is #8E846D. Grayscale: #7A7A7A. Windows color (decimal): -9340014 or 9599857. OLE color: 9599857.
HSL color Cylindrical-coordinate representation of color #717B92: hue angle of 221.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717B92 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 123 | 146 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.43 |
| HSL | 221.82º | 0.13% | 0.51% | - |
| HSV(B) | 221.82º | 0.23% | 0.57% | - |
| XYZ | 19.08 | 19.75 | 30 | - |
| YUV | 122.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 146 | 0.23 | 0.16 | 0 | 0.43 | 221.82 | 0.13 | 0.51 |
| Hex | 71 | 7B | 92 | 17 | 10 | 0 | 2B | DE | D | 33 |
| Octal | 161 | 173 | 222 | 27 | 20 | 0 | 53 | 336 | 15 | 63 |
| Binary | 1110001 | 1111011 | 10010010 | 10111 | 10000 | 0 | 101011 | 11011110 | 1101 | 110011 |
Color Harmonies of #717B92
Complementary color
Monochromatic Colors of #717B92
Black with #717B92
Text Example
Text Example
White with #717B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B92; }
p { color: rgb(113,123,146); }
H1.HeaderClassName
{
color: #717B92;
}
.AnyTagClassName
{
color: #717B92;
}
</style>
background-color css
<style>
a { background-color: #717B92; }
a { background-color: rgb(113,123,146); }
div.DivClassName
{
background-color: #717B92;
}
.BgClassName
{
background-color: #717B92;
}
</style>
border-color css
<style>
span { border-color: #717B92; }
span { border-color: rgb(113,123,146); }
td.TdClassName
{
border-color: #717B92;
}
.TagClassName
{
border-color: #717B92;
}
</style>