Shades of Light Slate Grey #828D9B
Tints of Light Slate Grey #828D9B
RGB
CMYK
RGB Variations
Color information
#828D9B (or 0x828D9B) is known color: Light Slate Grey. HEX triplet: 82, 8D and 9B. RGB value is (130,141,155). Sum of RGB (Red+Green+Blue) = 130+141+155=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 155 - color contains mainly: blue. Hex color #828D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828D9B is #7D7264. Grayscale: #8B8B8B. Windows color (decimal): -8221285 or 10194306. OLE color: 10194306.
HSL color Cylindrical-coordinate representation of color #828D9B: hue angle of 213.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828D9B is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 141 | 155 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.39 |
| HSL | 213.6º | 0.11% | 0.56% | - |
| HSV(B) | 213.6º | 0.16% | 0.61% | - |
| XYZ | 24.65 | 26.16 | 34.76 | - |
| YUV | 139.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 155 | 0.16 | 0.09 | 0 | 0.39 | 213.6 | 0.11 | 0.56 |
| Hex | 82 | 8D | 9B | 10 | 9 | 0 | 27 | D6 | B | 38 |
| Octal | 202 | 215 | 233 | 20 | 11 | 0 | 47 | 326 | 13 | 70 |
| Binary | 10000010 | 10001101 | 10011011 | 10000 | 1001 | 0 | 100111 | 11010110 | 1011 | 111000 |
Color Harmonies of #828D9B
Complementary color
Monochromatic Colors of #828D9B
Black with #828D9B
Text Example
Text Example
White with #828D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D9B; }
p { color: rgb(130,141,155); }
H1.HeaderClassName
{
color: #828D9B;
}
.AnyTagClassName
{
color: #828D9B;
}
</style>
background-color css
<style>
a { background-color: #828D9B; }
a { background-color: rgb(130,141,155); }
div.DivClassName
{
background-color: #828D9B;
}
.BgClassName
{
background-color: #828D9B;
}
</style>
border-color css
<style>
span { border-color: #828D9B; }
span { border-color: rgb(130,141,155); }
td.TdClassName
{
border-color: #828D9B;
}
.TagClassName
{
border-color: #828D9B;
}
</style>