Shades of Slate Grey #717C90
Tints of Slate Grey #717C90
RGB
CMYK
RGB Variations
Color information
#717C90 (or 0x717C90) is known color: Slate Grey. HEX triplet: 71, 7C and 90. RGB value is (113,124,144). Sum of RGB (Red+Green+Blue) = 113+124+144=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #717C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717C90 is #8E836F. Grayscale: #7A7A7A. Windows color (decimal): -9339760 or 9469041. OLE color: 9469041.
HSL color Cylindrical-coordinate representation of color #717C90: hue angle of 218.71º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #717C90 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 124 | 144 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.44 |
| HSL | 218.71º | 0.12% | 0.5% | - |
| HSV(B) | 218.71º | 0.22% | 0.56% | - |
| XYZ | 19.05 | 19.94 | 29.23 | - |
| YUV | 122.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 144 | 0.22 | 0.14 | 0 | 0.44 | 218.71 | 0.12 | 0.5 |
| Hex | 71 | 7C | 90 | 16 | E | 0 | 2C | DB | C | 32 |
| Octal | 161 | 174 | 220 | 26 | 16 | 0 | 54 | 333 | 14 | 62 |
| Binary | 1110001 | 1111100 | 10010000 | 10110 | 1110 | 0 | 101100 | 11011011 | 1100 | 110010 |
Color Harmonies of #717C90
Complementary color
Monochromatic Colors of #717C90
Black with #717C90
Text Example
Text Example
White with #717C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C90; }
p { color: rgb(113,124,144); }
H1.HeaderClassName
{
color: #717C90;
}
.AnyTagClassName
{
color: #717C90;
}
</style>
background-color css
<style>
a { background-color: #717C90; }
a { background-color: rgb(113,124,144); }
div.DivClassName
{
background-color: #717C90;
}
.BgClassName
{
background-color: #717C90;
}
</style>
border-color css
<style>
span { border-color: #717C90; }
span { border-color: rgb(113,124,144); }
td.TdClassName
{
border-color: #717C90;
}
.TagClassName
{
border-color: #717C90;
}
</style>