Shades of Blue Smoke #808D82
Tints of Blue Smoke #808D82
RGB
CMYK
RGB Variations
Color information
#808D82 (or 0x808D82) is known color: Blue Smoke. HEX triplet: 80, 8D and 82. RGB value is (128,141,130). Sum of RGB (Red+Green+Blue) = 128+141+130=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 141 - color contains mainly: green. Hex color #808D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D82 is #7F727D. Grayscale: #878787. Windows color (decimal): -8352382 or 8555904. OLE color: 8555904.
HSL color Cylindrical-coordinate representation of color #808D82: hue angle of 129.23º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #808D82 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 130 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.45 |
| HSL | 129.23º | 0.05% | 0.53% | - |
| HSV(B) | 129.23º | 0.09% | 0.55% | - |
| XYZ | 22.46 | 25.25 | 24.81 | - |
| YUV | 135.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 130 | 0.09 | 0 | 0.08 | 0.45 | 129.23 | 0.05 | 0.53 |
| Hex | 80 | 8D | 82 | 9 | 0 | 8 | 2D | 81 | 5 | 35 |
| Octal | 200 | 215 | 202 | 11 | 0 | 10 | 55 | 201 | 5 | 65 |
| Binary | 10000000 | 10001101 | 10000010 | 1001 | 0 | 1000 | 101101 | 10000001 | 101 | 110101 |
Color Harmonies of #808D82
Complementary color
Monochromatic Colors of #808D82
Black with #808D82
Text Example
Text Example
White with #808D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D82; }
p { color: rgb(128,141,130); }
H1.HeaderClassName
{
color: #808D82;
}
.AnyTagClassName
{
color: #808D82;
}
</style>
background-color css
<style>
a { background-color: #808D82; }
a { background-color: rgb(128,141,130); }
div.DivClassName
{
background-color: #808D82;
}
.BgClassName
{
background-color: #808D82;
}
</style>
border-color css
<style>
span { border-color: #808D82; }
span { border-color: rgb(128,141,130); }
td.TdClassName
{
border-color: #808D82;
}
.TagClassName
{
border-color: #808D82;
}
</style>