Shades of Light Slate Grey #71869E
Tints of Light Slate Grey #71869E
RGB
CMYK
RGB Variations
Color information
#71869E (or 0x71869E) is known color: Light Slate Grey. HEX triplet: 71, 86 and 9E. RGB value is (113,134,158). Sum of RGB (Red+Green+Blue) = 113+134+158=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 158 - color contains mainly: blue. Hex color #71869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71869E is #8E7961. Grayscale: #828282. Windows color (decimal): -9337186 or 10389105. OLE color: 10389105.
HSL color Cylindrical-coordinate representation of color #71869E: hue angle of 212º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71869E is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 134 | 158 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.38 |
| HSL | 212º | 0.19% | 0.53% | - |
| HSV(B) | 212º | 0.28% | 0.62% | - |
| XYZ | 21.51 | 23.03 | 35.66 | - |
| YUV | 130.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 134 | 158 | 0.28 | 0.15 | 0 | 0.38 | 212 | 0.19 | 0.53 |
| Hex | 71 | 86 | 9E | 1C | F | 0 | 26 | D4 | 13 | 35 |
| Octal | 161 | 206 | 236 | 34 | 17 | 0 | 46 | 324 | 23 | 65 |
| Binary | 1110001 | 10000110 | 10011110 | 11100 | 1111 | 0 | 100110 | 11010100 | 10011 | 110101 |
Color Harmonies of #71869E
Complementary color
Monochromatic Colors of #71869E
Black with #71869E
Text Example
Text Example
White with #71869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71869E; }
p { color: rgb(113,134,158); }
H1.HeaderClassName
{
color: #71869E;
}
.AnyTagClassName
{
color: #71869E;
}
</style>
background-color css
<style>
a { background-color: #71869E; }
a { background-color: rgb(113,134,158); }
div.DivClassName
{
background-color: #71869E;
}
.BgClassName
{
background-color: #71869E;
}
</style>
border-color css
<style>
span { border-color: #71869E; }
span { border-color: rgb(113,134,158); }
td.TdClassName
{
border-color: #71869E;
}
.TagClassName
{
border-color: #71869E;
}
</style>