Shades of Blue Smoke #808882
Tints of Blue Smoke #808882
RGB
CMYK
RGB Variations
Color information
#808882 (or 0x808882) is known color: Blue Smoke. HEX triplet: 80, 88 and 82. RGB value is (128,136,130). Sum of RGB (Red+Green+Blue) = 128+136+130=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #808882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808882 is #7F777D. Grayscale: #848484. Windows color (decimal): -8353662 or 8554624. OLE color: 8554624.
HSL color Cylindrical-coordinate representation of color #808882: hue angle of 135º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808882 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 130 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.47 |
| HSL | 135º | 0.03% | 0.52% | - |
| HSV(B) | 135º | 0.06% | 0.53% | - |
| XYZ | 21.74 | 23.81 | 24.57 | - |
| YUV | 132.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 130 | 0.06 | 0 | 0.04 | 0.47 | 135 | 0.03 | 0.52 |
| Hex | 80 | 88 | 82 | 6 | 0 | 4 | 2F | 87 | 3 | 34 |
| Octal | 200 | 210 | 202 | 6 | 0 | 4 | 57 | 207 | 3 | 64 |
| Binary | 10000000 | 10001000 | 10000010 | 110 | 0 | 100 | 101111 | 10000111 | 11 | 110100 |
Color Harmonies of #808882
Complementary color
Monochromatic Colors of #808882
Black with #808882
Text Example
Text Example
White with #808882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808882; }
p { color: rgb(128,136,130); }
H1.HeaderClassName
{
color: #808882;
}
.AnyTagClassName
{
color: #808882;
}
</style>
background-color css
<style>
a { background-color: #808882; }
a { background-color: rgb(128,136,130); }
div.DivClassName
{
background-color: #808882;
}
.BgClassName
{
background-color: #808882;
}
</style>
border-color css
<style>
span { border-color: #808882; }
span { border-color: rgb(128,136,130); }
td.TdClassName
{
border-color: #808882;
}
.TagClassName
{
border-color: #808882;
}
</style>