Shades of Blue Smoke #828D86
Tints of Blue Smoke #828D86
RGB
CMYK
RGB Variations
Color information
#828D86 (or 0x828D86) is known color: Blue Smoke. HEX triplet: 82, 8D and 86. RGB value is (130,141,134). Sum of RGB (Red+Green+Blue) = 130+141+134=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 141 - color contains mainly: green. Hex color #828D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828D86 is #7D7279. Grayscale: #888888. Windows color (decimal): -8221306 or 8818050. OLE color: 8818050.
HSL color Cylindrical-coordinate representation of color #828D86: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828D86 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 141 | 134 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.45 |
| HSL | 141.82º | 0.05% | 0.53% | - |
| HSV(B) | 141.82º | 0.08% | 0.55% | - |
| XYZ | 23.03 | 25.52 | 26.27 | - |
| YUV | 136.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 134 | 0.08 | 0 | 0.05 | 0.45 | 141.82 | 0.05 | 0.53 |
| Hex | 82 | 8D | 86 | 8 | 0 | 5 | 2D | 8E | 5 | 35 |
| Octal | 202 | 215 | 206 | 10 | 0 | 5 | 55 | 216 | 5 | 65 |
| Binary | 10000010 | 10001101 | 10000110 | 1000 | 0 | 101 | 101101 | 10001110 | 101 | 110101 |
Color Harmonies of #828D86
Complementary color
Monochromatic Colors of #828D86
Black with #828D86
Text Example
Text Example
White with #828D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828D86; }
p { color: rgb(130,141,134); }
H1.HeaderClassName
{
color: #828D86;
}
.AnyTagClassName
{
color: #828D86;
}
</style>
background-color css
<style>
a { background-color: #828D86; }
a { background-color: rgb(130,141,134); }
div.DivClassName
{
background-color: #828D86;
}
.BgClassName
{
background-color: #828D86;
}
</style>
border-color css
<style>
span { border-color: #828D86; }
span { border-color: rgb(130,141,134); }
td.TdClassName
{
border-color: #828D86;
}
.TagClassName
{
border-color: #828D86;
}
</style>