Shades of Light Slate Grey #8291A0
Tints of Light Slate Grey #8291A0
RGB
CMYK
RGB Variations
Color information
#8291A0 (or 0x8291A0) is known color: Light Slate Grey. HEX triplet: 82, 91 and A0. RGB value is (130,145,160). Sum of RGB (Red+Green+Blue) = 130+145+160=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #8291A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8291A0 is #7D6E5F. Grayscale: #8E8E8E. Windows color (decimal): -8220256 or 10523010. OLE color: 10523010.
HSL color Cylindrical-coordinate representation of color #8291A0: hue angle of 210º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8291A0 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 145 | 160 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.37 |
| HSL | 210º | 0.14% | 0.57% | - |
| HSV(B) | 210º | 0.19% | 0.63% | - |
| XYZ | 25.68 | 27.53 | 37.22 | - |
| YUV | 142.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 160 | 0.19 | 0.09 | 0 | 0.37 | 210 | 0.14 | 0.57 |
| Hex | 82 | 91 | A0 | 13 | 9 | 0 | 25 | D2 | E | 39 |
| Octal | 202 | 221 | 240 | 23 | 11 | 0 | 45 | 322 | 16 | 71 |
| Binary | 10000010 | 10010001 | 10100000 | 10011 | 1001 | 0 | 100101 | 11010010 | 1110 | 111001 |
Color Harmonies of #8291A0
Complementary color
Monochromatic Colors of #8291A0
Black with #8291A0
Text Example
Text Example
White with #8291A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291A0; }
p { color: rgb(130,145,160); }
H1.HeaderClassName
{
color: #8291A0;
}
.AnyTagClassName
{
color: #8291A0;
}
</style>
background-color css
<style>
a { background-color: #8291A0; }
a { background-color: rgb(130,145,160); }
div.DivClassName
{
background-color: #8291A0;
}
.BgClassName
{
background-color: #8291A0;
}
</style>
border-color css
<style>
span { border-color: #8291A0; }
span { border-color: rgb(130,145,160); }
td.TdClassName
{
border-color: #8291A0;
}
.TagClassName
{
border-color: #8291A0;
}
</style>