Shades of Blue Smoke #808982
Tints of Blue Smoke #808982
RGB
CMYK
RGB Variations
Color information
#808982 (or 0x808982) is known color: Blue Smoke. HEX triplet: 80, 89 and 82. RGB value is (128,137,130). Sum of RGB (Red+Green+Blue) = 128+137+130=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 137 - color contains mainly: green. Hex color #808982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808982 is #7F767D. Grayscale: #858585. Windows color (decimal): -8353406 or 8554880. OLE color: 8554880.
HSL color Cylindrical-coordinate representation of color #808982: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808982 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 137 | 130 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.46 |
| HSL | 133.33º | 0.04% | 0.52% | - |
| HSV(B) | 133.33º | 0.07% | 0.54% | - |
| XYZ | 21.88 | 24.09 | 24.62 | - |
| YUV | 133.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 137 | 130 | 0.07 | 0 | 0.05 | 0.46 | 133.33 | 0.04 | 0.52 |
| Hex | 80 | 89 | 82 | 7 | 0 | 5 | 2E | 85 | 4 | 34 |
| Octal | 200 | 211 | 202 | 7 | 0 | 5 | 56 | 205 | 4 | 64 |
| Binary | 10000000 | 10001001 | 10000010 | 111 | 0 | 101 | 101110 | 10000101 | 100 | 110100 |
Color Harmonies of #808982
Complementary color
Monochromatic Colors of #808982
Black with #808982
Text Example
Text Example
White with #808982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808982; }
p { color: rgb(128,137,130); }
H1.HeaderClassName
{
color: #808982;
}
.AnyTagClassName
{
color: #808982;
}
</style>
background-color css
<style>
a { background-color: #808982; }
a { background-color: rgb(128,137,130); }
div.DivClassName
{
background-color: #808982;
}
.BgClassName
{
background-color: #808982;
}
</style>
border-color css
<style>
span { border-color: #808982; }
span { border-color: rgb(128,137,130); }
td.TdClassName
{
border-color: #808982;
}
.TagClassName
{
border-color: #808982;
}
</style>