Shades of Light Slate Grey #71829C
Tints of Light Slate Grey #71829C
RGB
CMYK
RGB Variations
Color information
#71829C (or 0x71829C) is known color: Light Slate Grey. HEX triplet: 71, 82 and 9C. RGB value is (113,130,156). Sum of RGB (Red+Green+Blue) = 113+130+156=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #71829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71829C is #8E7D63. Grayscale: #7F7F7F. Windows color (decimal): -9338212 or 10257009. OLE color: 10257009.
HSL color Cylindrical-coordinate representation of color #71829C: hue angle of 216.28º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71829C is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 130 | 156 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.39 |
| HSL | 216.28º | 0.18% | 0.53% | - |
| HSV(B) | 216.28º | 0.28% | 0.61% | - |
| XYZ | 20.79 | 21.88 | 34.58 | - |
| YUV | 127.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 156 | 0.28 | 0.17 | 0 | 0.39 | 216.28 | 0.18 | 0.53 |
| Hex | 71 | 82 | 9C | 1C | 11 | 0 | 27 | D8 | 12 | 35 |
| Octal | 161 | 202 | 234 | 34 | 21 | 0 | 47 | 330 | 22 | 65 |
| Binary | 1110001 | 10000010 | 10011100 | 11100 | 10001 | 0 | 100111 | 11011000 | 10010 | 110101 |
Color Harmonies of #71829C
Complementary color
Monochromatic Colors of #71829C
Black with #71829C
Text Example
Text Example
White with #71829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71829C; }
p { color: rgb(113,130,156); }
H1.HeaderClassName
{
color: #71829C;
}
.AnyTagClassName
{
color: #71829C;
}
</style>
background-color css
<style>
a { background-color: #71829C; }
a { background-color: rgb(113,130,156); }
div.DivClassName
{
background-color: #71829C;
}
.BgClassName
{
background-color: #71829C;
}
</style>
border-color css
<style>
span { border-color: #71829C; }
span { border-color: rgb(113,130,156); }
td.TdClassName
{
border-color: #71829C;
}
.TagClassName
{
border-color: #71829C;
}
</style>