Shades of Light Slate Grey #71859D
Tints of Light Slate Grey #71859D
RGB
CMYK
RGB Variations
Color information
#71859D (or 0x71859D) is known color: Light Slate Grey. HEX triplet: 71, 85 and 9D. RGB value is (113,133,157). Sum of RGB (Red+Green+Blue) = 113+133+157=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #71859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71859D is #8E7A62. Grayscale: #818181. Windows color (decimal): -9337443 or 10323313. OLE color: 10323313.
HSL color Cylindrical-coordinate representation of color #71859D: hue angle of 212.73º degrees, saturation: 0.18, 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 #71859D is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 133 | 157 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.38 |
| HSL | 212.73º | 0.18% | 0.53% | - |
| HSV(B) | 212.73º | 0.28% | 0.62% | - |
| XYZ | 21.28 | 22.72 | 35.16 | - |
| YUV | 129.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 157 | 0.28 | 0.15 | 0 | 0.38 | 212.73 | 0.18 | 0.53 |
| Hex | 71 | 85 | 9D | 1C | F | 0 | 26 | D5 | 12 | 35 |
| Octal | 161 | 205 | 235 | 34 | 17 | 0 | 46 | 325 | 22 | 65 |
| Binary | 1110001 | 10000101 | 10011101 | 11100 | 1111 | 0 | 100110 | 11010101 | 10010 | 110101 |
Color Harmonies of #71859D
Complementary color
Monochromatic Colors of #71859D
Black with #71859D
Text Example
Text Example
White with #71859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71859D; }
p { color: rgb(113,133,157); }
H1.HeaderClassName
{
color: #71859D;
}
.AnyTagClassName
{
color: #71859D;
}
</style>
background-color css
<style>
a { background-color: #71859D; }
a { background-color: rgb(113,133,157); }
div.DivClassName
{
background-color: #71859D;
}
.BgClassName
{
background-color: #71859D;
}
</style>
border-color css
<style>
span { border-color: #71859D; }
span { border-color: rgb(113,133,157); }
td.TdClassName
{
border-color: #71859D;
}
.TagClassName
{
border-color: #71859D;
}
</style>