Shades of Light Slate Grey #828992
Tints of Light Slate Grey #828992
RGB
CMYK
RGB Variations
Color information
#828992 (or 0x828992) is known color: Light Slate Grey. HEX triplet: 82, 89 and 92. RGB value is (130,137,146). Sum of RGB (Red+Green+Blue) = 130+137+146=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 146 - color contains mainly: blue. Hex color #828992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828992 is #7D766D. Grayscale: #878787. Windows color (decimal): -8222318 or 9603458. OLE color: 9603458.
HSL color Cylindrical-coordinate representation of color #828992: hue angle of 213.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828992 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 137 | 146 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.43 |
| HSL | 213.75º | 0.07% | 0.54% | - |
| HSV(B) | 213.75º | 0.11% | 0.57% | - |
| XYZ | 23.34 | 24.71 | 30.73 | - |
| YUV | 135.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 146 | 0.11 | 0.06 | 0 | 0.43 | 213.75 | 0.07 | 0.54 |
| Hex | 82 | 89 | 92 | B | 6 | 0 | 2B | D6 | 7 | 36 |
| Octal | 202 | 211 | 222 | 13 | 6 | 0 | 53 | 326 | 7 | 66 |
| Binary | 10000010 | 10001001 | 10010010 | 1011 | 110 | 0 | 101011 | 11010110 | 111 | 110110 |
Color Harmonies of #828992
Complementary color
Monochromatic Colors of #828992
Black with #828992
Text Example
Text Example
White with #828992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828992; }
p { color: rgb(130,137,146); }
H1.HeaderClassName
{
color: #828992;
}
.AnyTagClassName
{
color: #828992;
}
</style>
background-color css
<style>
a { background-color: #828992; }
a { background-color: rgb(130,137,146); }
div.DivClassName
{
background-color: #828992;
}
.BgClassName
{
background-color: #828992;
}
</style>
border-color css
<style>
span { border-color: #828992; }
span { border-color: rgb(130,137,146); }
td.TdClassName
{
border-color: #828992;
}
.TagClassName
{
border-color: #828992;
}
</style>