Shades of Light Slate Grey #828793
Tints of Light Slate Grey #828793
RGB
CMYK
RGB Variations
Color information
#828793 (or 0x828793) is known color: Light Slate Grey. HEX triplet: 82, 87 and 93. RGB value is (130,135,147). Sum of RGB (Red+Green+Blue) = 130+135+147=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #828793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828793 is #7D786C. Grayscale: #868686. Windows color (decimal): -8222829 or 9668482. OLE color: 9668482.
HSL color Cylindrical-coordinate representation of color #828793: hue angle of 222.35º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828793 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 135 | 147 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.42 |
| HSL | 222.35º | 0.07% | 0.54% | - |
| HSV(B) | 222.35º | 0.12% | 0.58% | - |
| XYZ | 23.14 | 24.18 | 31.05 | - |
| YUV | 134.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 147 | 0.12 | 0.08 | 0 | 0.42 | 222.35 | 0.07 | 0.54 |
| Hex | 82 | 87 | 93 | C | 8 | 0 | 2A | DE | 7 | 36 |
| Octal | 202 | 207 | 223 | 14 | 10 | 0 | 52 | 336 | 7 | 66 |
| Binary | 10000010 | 10000111 | 10010011 | 1100 | 1000 | 0 | 101010 | 11011110 | 111 | 110110 |
Color Harmonies of #828793
Complementary color
Monochromatic Colors of #828793
Black with #828793
Text Example
Text Example
White with #828793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828793; }
p { color: rgb(130,135,147); }
H1.HeaderClassName
{
color: #828793;
}
.AnyTagClassName
{
color: #828793;
}
</style>
background-color css
<style>
a { background-color: #828793; }
a { background-color: rgb(130,135,147); }
div.DivClassName
{
background-color: #828793;
}
.BgClassName
{
background-color: #828793;
}
</style>
border-color css
<style>
span { border-color: #828793; }
span { border-color: rgb(130,135,147); }
td.TdClassName
{
border-color: #828793;
}
.TagClassName
{
border-color: #828793;
}
</style>