Shades of Slate Grey #717F90
Tints of Slate Grey #717F90
RGB
CMYK
RGB Variations
Color information
#717F90 (or 0x717F90) is known color: Slate Grey. HEX triplet: 71, 7F and 90. RGB value is (113,127,144). Sum of RGB (Red+Green+Blue) = 113+127+144=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #717F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F90 is #8E806F. Grayscale: #7C7C7C. Windows color (decimal): -9338992 or 9469809. OLE color: 9469809.
HSL color Cylindrical-coordinate representation of color #717F90: hue angle of 212.9º 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 #717F90 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 127 | 144 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.44 |
| HSL | 212.9º | 0.12% | 0.5% | - |
| HSV(B) | 212.9º | 0.22% | 0.56% | - |
| XYZ | 19.43 | 20.7 | 29.36 | - |
| YUV | 124.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 144 | 0.22 | 0.12 | 0 | 0.44 | 212.9 | 0.12 | 0.5 |
| Hex | 71 | 7F | 90 | 16 | C | 0 | 2C | D5 | C | 32 |
| Octal | 161 | 177 | 220 | 26 | 14 | 0 | 54 | 325 | 14 | 62 |
| Binary | 1110001 | 1111111 | 10010000 | 10110 | 1100 | 0 | 101100 | 11010101 | 1100 | 110010 |
Color Harmonies of #717F90
Complementary color
Monochromatic Colors of #717F90
Black with #717F90
Text Example
Text Example
White with #717F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F90; }
p { color: rgb(113,127,144); }
H1.HeaderClassName
{
color: #717F90;
}
.AnyTagClassName
{
color: #717F90;
}
</style>
background-color css
<style>
a { background-color: #717F90; }
a { background-color: rgb(113,127,144); }
div.DivClassName
{
background-color: #717F90;
}
.BgClassName
{
background-color: #717F90;
}
</style>
border-color css
<style>
span { border-color: #717F90; }
span { border-color: rgb(113,127,144); }
td.TdClassName
{
border-color: #717F90;
}
.TagClassName
{
border-color: #717F90;
}
</style>