Shades of Light Slate Grey #828A95
Tints of Light Slate Grey #828A95
RGB
CMYK
RGB Variations
Color information
#828A95 (or 0x828A95) is known color: Light Slate Grey. HEX triplet: 82, 8A and 95. RGB value is (130,138,149). Sum of RGB (Red+Green+Blue) = 130+138+149=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #828A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A95 is #7D756A. Grayscale: #888888. Windows color (decimal): -8222059 or 9800322. OLE color: 9800322.
HSL color Cylindrical-coordinate representation of color #828A95: hue angle of 214.74º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828A95 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 138 | 149 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.42 |
| HSL | 214.74º | 0.08% | 0.55% | - |
| HSV(B) | 214.74º | 0.13% | 0.58% | - |
| XYZ | 23.72 | 25.09 | 32.03 | - |
| YUV | 136.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 149 | 0.13 | 0.07 | 0 | 0.42 | 214.74 | 0.08 | 0.55 |
| Hex | 82 | 8A | 95 | D | 7 | 0 | 2A | D7 | 8 | 37 |
| Octal | 202 | 212 | 225 | 15 | 7 | 0 | 52 | 327 | 10 | 67 |
| Binary | 10000010 | 10001010 | 10010101 | 1101 | 111 | 0 | 101010 | 11010111 | 1000 | 110111 |
Color Harmonies of #828A95
Complementary color
Monochromatic Colors of #828A95
Black with #828A95
Text Example
Text Example
White with #828A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A95; }
p { color: rgb(130,138,149); }
H1.HeaderClassName
{
color: #828A95;
}
.AnyTagClassName
{
color: #828A95;
}
</style>
background-color css
<style>
a { background-color: #828A95; }
a { background-color: rgb(130,138,149); }
div.DivClassName
{
background-color: #828A95;
}
.BgClassName
{
background-color: #828A95;
}
</style>
border-color css
<style>
span { border-color: #828A95; }
span { border-color: rgb(130,138,149); }
td.TdClassName
{
border-color: #828A95;
}
.TagClassName
{
border-color: #828A95;
}
</style>