Shades of Blue Smoke #808C82
Tints of Blue Smoke #808C82
RGB
CMYK
RGB Variations
Color information
#808C82 (or 0x808C82) is known color: Blue Smoke. HEX triplet: 80, 8C and 82. RGB value is (128,140,130). Sum of RGB (Red+Green+Blue) = 128+140+130=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 140 - color contains mainly: green. Hex color #808C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C82 is #7F737D. Grayscale: #878787. Windows color (decimal): -8352638 or 8555648. OLE color: 8555648.
HSL color Cylindrical-coordinate representation of color #808C82: hue angle of 130º 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 #808C82 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 140 | 130 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.45 |
| HSL | 130º | 0.05% | 0.53% | - |
| HSV(B) | 130º | 0.09% | 0.55% | - |
| XYZ | 22.31 | 24.96 | 24.76 | - |
| YUV | 135.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 130 | 0.09 | 0 | 0.07 | 0.45 | 130 | 0.05 | 0.53 |
| Hex | 80 | 8C | 82 | 9 | 0 | 7 | 2D | 82 | 5 | 35 |
| Octal | 200 | 214 | 202 | 11 | 0 | 7 | 55 | 202 | 5 | 65 |
| Binary | 10000000 | 10001100 | 10000010 | 1001 | 0 | 111 | 101101 | 10000010 | 101 | 110101 |
Color Harmonies of #808C82
Complementary color
Monochromatic Colors of #808C82
Black with #808C82
Text Example
Text Example
White with #808C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C82; }
p { color: rgb(128,140,130); }
H1.HeaderClassName
{
color: #808C82;
}
.AnyTagClassName
{
color: #808C82;
}
</style>
background-color css
<style>
a { background-color: #808C82; }
a { background-color: rgb(128,140,130); }
div.DivClassName
{
background-color: #808C82;
}
.BgClassName
{
background-color: #808C82;
}
</style>
border-color css
<style>
span { border-color: #808C82; }
span { border-color: rgb(128,140,130); }
td.TdClassName
{
border-color: #808C82;
}
.TagClassName
{
border-color: #808C82;
}
</style>