Shades of Slate Grey #717B93
Tints of Slate Grey #717B93
RGB
CMYK
RGB Variations
Color information
#717B93 (or 0x717B93) is known color: Slate Grey. HEX triplet: 71, 7B and 93. RGB value is (113,123,147). Sum of RGB (Red+Green+Blue) = 113+123+147=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #717B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717B93 is #8E846C. Grayscale: #7A7A7A. Windows color (decimal): -9340013 or 9665393. OLE color: 9665393.
HSL color Cylindrical-coordinate representation of color #717B93: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #717B93 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 113 | 123 | 147 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.42 |
| HSL | 222.35º | 0.14% | 0.51% | - |
| HSV(B) | 222.35º | 0.23% | 0.58% | - |
| XYZ | 19.16 | 19.78 | 30.41 | - |
| YUV | 122.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 147 | 0.23 | 0.16 | 0 | 0.42 | 222.35 | 0.14 | 0.51 |
| Hex | 71 | 7B | 93 | 17 | 10 | 0 | 2A | DE | E | 33 |
| Octal | 161 | 173 | 223 | 27 | 20 | 0 | 52 | 336 | 16 | 63 |
| Binary | 1110001 | 1111011 | 10010011 | 10111 | 10000 | 0 | 101010 | 11011110 | 1110 | 110011 |
Color Harmonies of #717B93
Complementary color
Monochromatic Colors of #717B93
Black with #717B93
Text Example
Text Example
White with #717B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B93; }
p { color: rgb(113,123,147); }
H1.HeaderClassName
{
color: #717B93;
}
.AnyTagClassName
{
color: #717B93;
}
</style>
background-color css
<style>
a { background-color: #717B93; }
a { background-color: rgb(113,123,147); }
div.DivClassName
{
background-color: #717B93;
}
.BgClassName
{
background-color: #717B93;
}
</style>
border-color css
<style>
span { border-color: #717B93; }
span { border-color: rgb(113,123,147); }
td.TdClassName
{
border-color: #717B93;
}
.TagClassName
{
border-color: #717B93;
}
</style>