Shades of Light Slate Grey #828B99
Tints of Light Slate Grey #828B99
RGB
CMYK
RGB Variations
Color information
#828B99 (or 0x828B99) is known color: Light Slate Grey. HEX triplet: 82, 8B and 99. RGB value is (130,139,153). Sum of RGB (Red+Green+Blue) = 130+139+153=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #828B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B99 is #7D7466. Grayscale: #898989. Windows color (decimal): -8221799 or 10062722. OLE color: 10062722.
HSL color Cylindrical-coordinate representation of color #828B99: hue angle of 216.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #828B99 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 139 | 153 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.4 |
| HSL | 216.52º | 0.1% | 0.55% | - |
| HSV(B) | 216.52º | 0.15% | 0.6% | - |
| XYZ | 24.19 | 25.51 | 33.79 | - |
| YUV | 137.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 153 | 0.15 | 0.09 | 0 | 0.4 | 216.52 | 0.1 | 0.55 |
| Hex | 82 | 8B | 99 | F | 9 | 0 | 28 | D9 | A | 37 |
| Octal | 202 | 213 | 231 | 17 | 11 | 0 | 50 | 331 | 12 | 67 |
| Binary | 10000010 | 10001011 | 10011001 | 1111 | 1001 | 0 | 101000 | 11011001 | 1010 | 110111 |
Color Harmonies of #828B99
Complementary color
Monochromatic Colors of #828B99
Black with #828B99
Text Example
Text Example
White with #828B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B99; }
p { color: rgb(130,139,153); }
H1.HeaderClassName
{
color: #828B99;
}
.AnyTagClassName
{
color: #828B99;
}
</style>
background-color css
<style>
a { background-color: #828B99; }
a { background-color: rgb(130,139,153); }
div.DivClassName
{
background-color: #828B99;
}
.BgClassName
{
background-color: #828B99;
}
</style>
border-color css
<style>
span { border-color: #828B99; }
span { border-color: rgb(130,139,153); }
td.TdClassName
{
border-color: #828B99;
}
.TagClassName
{
border-color: #828B99;
}
</style>