Shades of Light Slate Grey #71879D
Tints of Light Slate Grey #71879D
RGB
CMYK
RGB Variations
Color information
#71879D (or 0x71879D) is known color: Light Slate Grey. HEX triplet: 71, 87 and 9D. RGB value is (113,135,157). Sum of RGB (Red+Green+Blue) = 113+135+157=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 157 - color contains mainly: blue. Hex color #71879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71879D is #8E7862. Grayscale: #828282. Windows color (decimal): -9336931 or 10323825. OLE color: 10323825.
HSL color Cylindrical-coordinate representation of color #71879D: hue angle of 210º 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 #71879D is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 135 | 157 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.38 |
| HSL | 210º | 0.18% | 0.53% | - |
| HSV(B) | 210º | 0.28% | 0.62% | - |
| XYZ | 21.56 | 23.27 | 35.25 | - |
| YUV | 130.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 157 | 0.28 | 0.14 | 0 | 0.38 | 210 | 0.18 | 0.53 |
| Hex | 71 | 87 | 9D | 1C | E | 0 | 26 | D2 | 12 | 35 |
| Octal | 161 | 207 | 235 | 34 | 16 | 0 | 46 | 322 | 22 | 65 |
| Binary | 1110001 | 10000111 | 10011101 | 11100 | 1110 | 0 | 100110 | 11010010 | 10010 | 110101 |
Color Harmonies of #71879D
Complementary color
Monochromatic Colors of #71879D
Black with #71879D
Text Example
Text Example
White with #71879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71879D; }
p { color: rgb(113,135,157); }
H1.HeaderClassName
{
color: #71879D;
}
.AnyTagClassName
{
color: #71879D;
}
</style>
background-color css
<style>
a { background-color: #71879D; }
a { background-color: rgb(113,135,157); }
div.DivClassName
{
background-color: #71879D;
}
.BgClassName
{
background-color: #71879D;
}
</style>
border-color css
<style>
span { border-color: #71879D; }
span { border-color: rgb(113,135,157); }
td.TdClassName
{
border-color: #71879D;
}
.TagClassName
{
border-color: #71879D;
}
</style>