Shades of Light Slate Grey #828B96
Tints of Light Slate Grey #828B96
RGB
CMYK
RGB Variations
Color information
#828B96 (or 0x828B96) is known color: Light Slate Grey. HEX triplet: 82, 8B and 96. RGB value is (130,139,150). Sum of RGB (Red+Green+Blue) = 130+139+150=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 150 - color contains mainly: blue. Hex color #828B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B96 is #7D7469. Grayscale: #898989. Windows color (decimal): -8221802 or 9866114. OLE color: 9866114.
HSL color Cylindrical-coordinate representation of color #828B96: hue angle of 213º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828B96 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 139 | 150 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.41 |
| HSL | 213º | 0.09% | 0.55% | - |
| HSV(B) | 213º | 0.13% | 0.59% | - |
| XYZ | 23.94 | 25.41 | 32.5 | - |
| YUV | 137.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 150 | 0.13 | 0.07 | 0 | 0.41 | 213 | 0.09 | 0.55 |
| Hex | 82 | 8B | 96 | D | 7 | 0 | 29 | D5 | 9 | 37 |
| Octal | 202 | 213 | 226 | 15 | 7 | 0 | 51 | 325 | 11 | 67 |
| Binary | 10000010 | 10001011 | 10010110 | 1101 | 111 | 0 | 101001 | 11010101 | 1001 | 110111 |
Color Harmonies of #828B96
Complementary color
Monochromatic Colors of #828B96
Black with #828B96
Text Example
Text Example
White with #828B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B96; }
p { color: rgb(130,139,150); }
H1.HeaderClassName
{
color: #828B96;
}
.AnyTagClassName
{
color: #828B96;
}
</style>
background-color css
<style>
a { background-color: #828B96; }
a { background-color: rgb(130,139,150); }
div.DivClassName
{
background-color: #828B96;
}
.BgClassName
{
background-color: #828B96;
}
</style>
border-color css
<style>
span { border-color: #828B96; }
span { border-color: rgb(130,139,150); }
td.TdClassName
{
border-color: #828B96;
}
.TagClassName
{
border-color: #828B96;
}
</style>