Shades of Light Slate Grey #71849A
Tints of Light Slate Grey #71849A
RGB
CMYK
RGB Variations
Color information
#71849A (or 0x71849A) is known color: Light Slate Grey. HEX triplet: 71, 84 and 9A. RGB value is (113,132,154). Sum of RGB (Red+Green+Blue) = 113+132+154=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #71849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71849A is #8E7B65. Grayscale: #808080. Windows color (decimal): -9337702 or 10126449. OLE color: 10126449.
HSL color Cylindrical-coordinate representation of color #71849A: hue angle of 212.2º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71849A is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 132 | 154 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.40 |
| HSL | 212.2º | 0.17% | 0.52% | - |
| HSV(B) | 212.2º | 0.27% | 0.6% | - |
| XYZ | 20.89 | 22.35 | 33.78 | - |
| YUV | 128.83 | 142.21 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 132 | 154 | 0.27 | 0.14 | 0 | 0.40 | 212.2 | 0.17 | 0.52 |
| Hex | 71 | 84 | 9A | 1B | E | 0 | 28 | D4 | 11 | 34 |
| Octal | 161 | 204 | 232 | 33 | 16 | 0 | 50 | 324 | 21 | 64 |
| Binary | 1110001 | 10000100 | 10011010 | 11011 | 1110 | 0 | 101000 | 11010100 | 10001 | 110100 |
Color Harmonies of #71849A
Complementary color
Monochromatic Colors of #71849A
Black with #71849A
Text Example
Text Example
White with #71849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71849A; }
p { color: rgb(113,132,154); }
H1.HeaderClassName
{
color: #71849A;
}
.AnyTagClassName
{
color: #71849A;
}
</style>
background-color css
<style>
a { background-color: #71849A; }
a { background-color: rgb(113,132,154); }
div.DivClassName
{
background-color: #71849A;
}
.BgClassName
{
background-color: #71849A;
}
</style>
border-color css
<style>
span { border-color: #71849A; }
span { border-color: rgb(113,132,154); }
td.TdClassName
{
border-color: #71849A;
}
.TagClassName
{
border-color: #71849A;
}
</style>