Shades of Light Slate Grey #828995
Tints of Light Slate Grey #828995
RGB
CMYK
RGB Variations
Color information
#828995 (or 0x828995) is known color: Light Slate Grey. HEX triplet: 82, 89 and 95. RGB value is (130,137,149). Sum of RGB (Red+Green+Blue) = 130+137+149=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #828995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828995 is #7D766A. Grayscale: #888888. Windows color (decimal): -8222315 or 9800066. OLE color: 9800066.
HSL color Cylindrical-coordinate representation of color #828995: hue angle of 217.89º 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 #828995 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 137 | 149 | - |
| CMYK | 0.13 | 0.08 | 0 | 0.42 |
| HSL | 217.89º | 0.08% | 0.55% | - |
| HSV(B) | 217.89º | 0.13% | 0.58% | - |
| XYZ | 23.58 | 24.81 | 31.98 | - |
| YUV | 136.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 149 | 0.13 | 0.08 | 0 | 0.42 | 217.89 | 0.08 | 0.55 |
| Hex | 82 | 89 | 95 | D | 8 | 0 | 2A | DA | 8 | 37 |
| Octal | 202 | 211 | 225 | 15 | 10 | 0 | 52 | 332 | 10 | 67 |
| Binary | 10000010 | 10001001 | 10010101 | 1101 | 1000 | 0 | 101010 | 11011010 | 1000 | 110111 |
Color Harmonies of #828995
Complementary color
Monochromatic Colors of #828995
Black with #828995
Text Example
Text Example
White with #828995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828995; }
p { color: rgb(130,137,149); }
H1.HeaderClassName
{
color: #828995;
}
.AnyTagClassName
{
color: #828995;
}
</style>
background-color css
<style>
a { background-color: #828995; }
a { background-color: rgb(130,137,149); }
div.DivClassName
{
background-color: #828995;
}
.BgClassName
{
background-color: #828995;
}
</style>
border-color css
<style>
span { border-color: #828995; }
span { border-color: rgb(130,137,149); }
td.TdClassName
{
border-color: #828995;
}
.TagClassName
{
border-color: #828995;
}
</style>