Shades of Blue Smoke #808A84
Tints of Blue Smoke #808A84
RGB
CMYK
RGB Variations
Color information
#808A84 (or 0x808A84) is known color: Blue Smoke. HEX triplet: 80, 8A and 84. RGB value is (128,138,132). Sum of RGB (Red+Green+Blue) = 128+138+132=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 138 - color contains mainly: green. Hex color #808A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A84 is #7F757B. Grayscale: #868686. Windows color (decimal): -8353148 or 8686208. OLE color: 8686208.
HSL color Cylindrical-coordinate representation of color #808A84: hue angle of 144º 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 #808A84 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 132 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.46 |
| HSL | 144º | 0.04% | 0.52% | - |
| HSV(B) | 144º | 0.07% | 0.54% | - |
| XYZ | 22.16 | 24.43 | 25.38 | - |
| YUV | 134.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 132 | 0.07 | 0 | 0.04 | 0.46 | 144 | 0.04 | 0.52 |
| Hex | 80 | 8A | 84 | 7 | 0 | 4 | 2E | 90 | 4 | 34 |
| Octal | 200 | 212 | 204 | 7 | 0 | 4 | 56 | 220 | 4 | 64 |
| Binary | 10000000 | 10001010 | 10000100 | 111 | 0 | 100 | 101110 | 10010000 | 100 | 110100 |
Color Harmonies of #808A84
Complementary color
Monochromatic Colors of #808A84
Black with #808A84
Text Example
Text Example
White with #808A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A84; }
p { color: rgb(128,138,132); }
H1.HeaderClassName
{
color: #808A84;
}
.AnyTagClassName
{
color: #808A84;
}
</style>
background-color css
<style>
a { background-color: #808A84; }
a { background-color: rgb(128,138,132); }
div.DivClassName
{
background-color: #808A84;
}
.BgClassName
{
background-color: #808A84;
}
</style>
border-color css
<style>
span { border-color: #808A84; }
span { border-color: rgb(128,138,132); }
td.TdClassName
{
border-color: #808A84;
}
.TagClassName
{
border-color: #808A84;
}
</style>