Shades of Light Slate Grey #82919A
Tints of Light Slate Grey #82919A
RGB
CMYK
RGB Variations
Color information
#82919A (or 0x82919A) is known color: Light Slate Grey. HEX triplet: 82, 91 and 9A. RGB value is (130,145,154). Sum of RGB (Red+Green+Blue) = 130+145+154=429 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.30% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #82919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82919A is #7D6E65. Grayscale: #8D8D8D. Windows color (decimal): -8220262 or 10129794. OLE color: 10129794.
HSL color Cylindrical-coordinate representation of color #82919A: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82919A is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 145 | 154 | - |
| CMYK | 0.16 | 0.06 | 0 | 0.40 |
| HSL | 202.5º | 0.11% | 0.56% | - |
| HSV(B) | 202.5º | 0.16% | 0.6% | - |
| XYZ | 25.16 | 27.33 | 34.52 | - |
| YUV | 141.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 154 | 0.16 | 0.06 | 0 | 0.40 | 202.5 | 0.11 | 0.56 |
| Hex | 82 | 91 | 9A | 10 | 6 | 0 | 28 | CA | B | 38 |
| Octal | 202 | 221 | 232 | 20 | 6 | 0 | 50 | 312 | 13 | 70 |
| Binary | 10000010 | 10010001 | 10011010 | 10000 | 110 | 0 | 101000 | 11001010 | 1011 | 111000 |
Color Harmonies of #82919A
Complementary color
Monochromatic Colors of #82919A
Black with #82919A
Text Example
Text Example
White with #82919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82919A; }
p { color: rgb(130,145,154); }
H1.HeaderClassName
{
color: #82919A;
}
.AnyTagClassName
{
color: #82919A;
}
</style>
background-color css
<style>
a { background-color: #82919A; }
a { background-color: rgb(130,145,154); }
div.DivClassName
{
background-color: #82919A;
}
.BgClassName
{
background-color: #82919A;
}
</style>
border-color css
<style>
span { border-color: #82919A; }
span { border-color: rgb(130,145,154); }
td.TdClassName
{
border-color: #82919A;
}
.TagClassName
{
border-color: #82919A;
}
</style>