Shades of Light Slate Grey #8291A3
Tints of Light Slate Grey #8291A3
RGB
CMYK
RGB Variations
Color information
#8291A3 (or 0x8291A3) is known color: Light Slate Grey. HEX triplet: 82, 91 and A3. RGB value is (130,145,163). Sum of RGB (Red+Green+Blue) = 130+145+163=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 163 - color contains mainly: blue. Hex color #8291A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8291A3 is #7D6E5C. Grayscale: #8E8E8E. Windows color (decimal): -8220253 or 10719618. OLE color: 10719618.
HSL color Cylindrical-coordinate representation of color #8291A3: hue angle of 212.73º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8291A3 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 145 | 163 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.36 |
| HSL | 212.73º | 0.15% | 0.57% | - |
| HSV(B) | 212.73º | 0.2% | 0.64% | - |
| XYZ | 25.94 | 27.64 | 38.62 | - |
| YUV | 142.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 163 | 0.20 | 0.11 | 0 | 0.36 | 212.73 | 0.15 | 0.57 |
| Hex | 82 | 91 | A3 | 14 | B | 0 | 24 | D5 | F | 39 |
| Octal | 202 | 221 | 243 | 24 | 13 | 0 | 44 | 325 | 17 | 71 |
| Binary | 10000010 | 10010001 | 10100011 | 10100 | 1011 | 0 | 100100 | 11010101 | 1111 | 111001 |
Color Harmonies of #8291A3
Complementary color
Monochromatic Colors of #8291A3
Black with #8291A3
Text Example
Text Example
White with #8291A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8291A3; }
p { color: rgb(130,145,163); }
H1.HeaderClassName
{
color: #8291A3;
}
.AnyTagClassName
{
color: #8291A3;
}
</style>
background-color css
<style>
a { background-color: #8291A3; }
a { background-color: rgb(130,145,163); }
div.DivClassName
{
background-color: #8291A3;
}
.BgClassName
{
background-color: #8291A3;
}
</style>
border-color css
<style>
span { border-color: #8291A3; }
span { border-color: rgb(130,145,163); }
td.TdClassName
{
border-color: #8291A3;
}
.TagClassName
{
border-color: #8291A3;
}
</style>