Shades of Slate Grey #717F8A
Tints of Slate Grey #717F8A
RGB
CMYK
RGB Variations
Color information
#717F8A (or 0x717F8A) is known color: Slate Grey. HEX triplet: 71, 7F and 8A. RGB value is (113,127,138). Sum of RGB (Red+Green+Blue) = 113+127+138=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #717F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717F8A is #8E8075. Grayscale: #7C7C7C. Windows color (decimal): -9338998 or 9076593. OLE color: 9076593.
HSL color Cylindrical-coordinate representation of color #717F8A: hue angle of 206.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #717F8A is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 127 | 138 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.46 |
| HSL | 206.4º | 0.1% | 0.49% | - |
| HSV(B) | 206.4º | 0.18% | 0.54% | - |
| XYZ | 18.99 | 20.52 | 27.01 | - |
| YUV | 124.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 138 | 0.18 | 0.08 | 0 | 0.46 | 206.4 | 0.1 | 0.49 |
| Hex | 71 | 7F | 8A | 12 | 8 | 0 | 2E | CE | A | 31 |
| Octal | 161 | 177 | 212 | 22 | 10 | 0 | 56 | 316 | 12 | 61 |
| Binary | 1110001 | 1111111 | 10001010 | 10010 | 1000 | 0 | 101110 | 11001110 | 1010 | 110001 |
Color Harmonies of #717F8A
Complementary color
Monochromatic Colors of #717F8A
Black with #717F8A
Text Example
Text Example
White with #717F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F8A; }
p { color: rgb(113,127,138); }
H1.HeaderClassName
{
color: #717F8A;
}
.AnyTagClassName
{
color: #717F8A;
}
</style>
background-color css
<style>
a { background-color: #717F8A; }
a { background-color: rgb(113,127,138); }
div.DivClassName
{
background-color: #717F8A;
}
.BgClassName
{
background-color: #717F8A;
}
</style>
border-color css
<style>
span { border-color: #717F8A; }
span { border-color: rgb(113,127,138); }
td.TdClassName
{
border-color: #717F8A;
}
.TagClassName
{
border-color: #717F8A;
}
</style>