Shades of Light Slate Grey #71829F
Tints of Light Slate Grey #71829F
RGB
CMYK
RGB Variations
Color information
#71829F (or 0x71829F) is known color: Light Slate Grey. HEX triplet: 71, 82 and 9F. RGB value is (113,130,159). Sum of RGB (Red+Green+Blue) = 113+130+159=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #71829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71829F is #8E7D60. Grayscale: #808080. Windows color (decimal): -9338209 or 10453617. OLE color: 10453617.
HSL color Cylindrical-coordinate representation of color #71829F: hue angle of 217.83º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71829F is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 130 | 159 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.38 |
| HSL | 217.83º | 0.19% | 0.53% | - |
| HSV(B) | 217.83º | 0.29% | 0.62% | - |
| XYZ | 21.05 | 21.98 | 35.93 | - |
| YUV | 128.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 159 | 0.29 | 0.18 | 0 | 0.38 | 217.83 | 0.19 | 0.53 |
| Hex | 71 | 82 | 9F | 1D | 12 | 0 | 26 | DA | 13 | 35 |
| Octal | 161 | 202 | 237 | 35 | 22 | 0 | 46 | 332 | 23 | 65 |
| Binary | 1110001 | 10000010 | 10011111 | 11101 | 10010 | 0 | 100110 | 11011010 | 10011 | 110101 |
Color Harmonies of #71829F
Complementary color
Monochromatic Colors of #71829F
Black with #71829F
Text Example
Text Example
White with #71829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71829F; }
p { color: rgb(113,130,159); }
H1.HeaderClassName
{
color: #71829F;
}
.AnyTagClassName
{
color: #71829F;
}
</style>
background-color css
<style>
a { background-color: #71829F; }
a { background-color: rgb(113,130,159); }
div.DivClassName
{
background-color: #71829F;
}
.BgClassName
{
background-color: #71829F;
}
</style>
border-color css
<style>
span { border-color: #71829F; }
span { border-color: rgb(113,130,159); }
td.TdClassName
{
border-color: #71829F;
}
.TagClassName
{
border-color: #71829F;
}
</style>