Shades of Light Slate Grey #71819B
Tints of Light Slate Grey #71819B
RGB
CMYK
RGB Variations
Color information
#71819B (or 0x71819B) is known color: Light Slate Grey. HEX triplet: 71, 81 and 9B. RGB value is (113,129,155). Sum of RGB (Red+Green+Blue) = 113+129+155=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #71819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71819B is #8E7E64. Grayscale: #7F7F7F. Windows color (decimal): -9338469 or 10191217. OLE color: 10191217.
HSL color Cylindrical-coordinate representation of color #71819B: hue angle of 217.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71819B is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 129 | 155 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.39 |
| HSL | 217.14º | 0.17% | 0.53% | - |
| HSV(B) | 217.14º | 0.27% | 0.61% | - |
| XYZ | 20.58 | 21.58 | 34.09 | - |
| YUV | 127.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 155 | 0.27 | 0.17 | 0 | 0.39 | 217.14 | 0.17 | 0.53 |
| Hex | 71 | 81 | 9B | 1B | 11 | 0 | 27 | D9 | 11 | 35 |
| Octal | 161 | 201 | 233 | 33 | 21 | 0 | 47 | 331 | 21 | 65 |
| Binary | 1110001 | 10000001 | 10011011 | 11011 | 10001 | 0 | 100111 | 11011001 | 10001 | 110101 |
Color Harmonies of #71819B
Complementary color
Monochromatic Colors of #71819B
Black with #71819B
Text Example
Text Example
White with #71819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71819B; }
p { color: rgb(113,129,155); }
H1.HeaderClassName
{
color: #71819B;
}
.AnyTagClassName
{
color: #71819B;
}
</style>
background-color css
<style>
a { background-color: #71819B; }
a { background-color: rgb(113,129,155); }
div.DivClassName
{
background-color: #71819B;
}
.BgClassName
{
background-color: #71819B;
}
</style>
border-color css
<style>
span { border-color: #71819B; }
span { border-color: rgb(113,129,155); }
td.TdClassName
{
border-color: #71819B;
}
.TagClassName
{
border-color: #71819B;
}
</style>