Shades of Blue Smoke #808B84
Tints of Blue Smoke #808B84
RGB
CMYK
RGB Variations
Color information
#808B84 (or 0x808B84) is known color: Blue Smoke. HEX triplet: 80, 8B and 84. RGB value is (128,139,132). Sum of RGB (Red+Green+Blue) = 128+139+132=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 139 - color contains mainly: green. Hex color #808B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B84 is #7F747B. Grayscale: #868686. Windows color (decimal): -8352892 or 8686464. OLE color: 8686464.
HSL color Cylindrical-coordinate representation of color #808B84: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #808B84 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 132 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.45 |
| HSL | 141.82º | 0.05% | 0.52% | - |
| HSV(B) | 141.82º | 0.08% | 0.55% | - |
| XYZ | 22.3 | 24.72 | 25.43 | - |
| YUV | 134.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 132 | 0.08 | 0 | 0.05 | 0.45 | 141.82 | 0.05 | 0.52 |
| Hex | 80 | 8B | 84 | 8 | 0 | 5 | 2D | 8E | 5 | 34 |
| Octal | 200 | 213 | 204 | 10 | 0 | 5 | 55 | 216 | 5 | 64 |
| Binary | 10000000 | 10001011 | 10000100 | 1000 | 0 | 101 | 101101 | 10001110 | 101 | 110100 |
Color Harmonies of #808B84
Complementary color
Monochromatic Colors of #808B84
Black with #808B84
Text Example
Text Example
White with #808B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B84; }
p { color: rgb(128,139,132); }
H1.HeaderClassName
{
color: #808B84;
}
.AnyTagClassName
{
color: #808B84;
}
</style>
background-color css
<style>
a { background-color: #808B84; }
a { background-color: rgb(128,139,132); }
div.DivClassName
{
background-color: #808B84;
}
.BgClassName
{
background-color: #808B84;
}
</style>
border-color css
<style>
span { border-color: #808B84; }
span { border-color: rgb(128,139,132); }
td.TdClassName
{
border-color: #808B84;
}
.TagClassName
{
border-color: #808B84;
}
</style>