Shades of Blue Smoke #808E85
Tints of Blue Smoke #808E85
RGB
CMYK
RGB Variations
Color information
#808E85 (or 0x808E85) is known color: Blue Smoke. HEX triplet: 80, 8E and 85. RGB value is (128,142,133). Sum of RGB (Red+Green+Blue) = 128+142+133=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 142 - color contains mainly: green. Hex color #808E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808E85 is #7F717A. Grayscale: #888888. Windows color (decimal): -8352123 or 8752768. OLE color: 8752768.
HSL color Cylindrical-coordinate representation of color #808E85: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #808E85 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 133 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.44 |
| HSL | 141.43º | 0.06% | 0.53% | - |
| HSV(B) | 141.43º | 0.1% | 0.56% | - |
| XYZ | 22.81 | 25.63 | 25.93 | - |
| YUV | 136.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 133 | 0.10 | 0 | 0.06 | 0.44 | 141.43 | 0.06 | 0.53 |
| Hex | 80 | 8E | 85 | A | 0 | 6 | 2C | 8D | 6 | 35 |
| Octal | 200 | 216 | 205 | 12 | 0 | 6 | 54 | 215 | 6 | 65 |
| Binary | 10000000 | 10001110 | 10000101 | 1010 | 0 | 110 | 101100 | 10001101 | 110 | 110101 |
Color Harmonies of #808E85
Complementary color
Monochromatic Colors of #808E85
Black with #808E85
Text Example
Text Example
White with #808E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E85; }
p { color: rgb(128,142,133); }
H1.HeaderClassName
{
color: #808E85;
}
.AnyTagClassName
{
color: #808E85;
}
</style>
background-color css
<style>
a { background-color: #808E85; }
a { background-color: rgb(128,142,133); }
div.DivClassName
{
background-color: #808E85;
}
.BgClassName
{
background-color: #808E85;
}
</style>
border-color css
<style>
span { border-color: #808E85; }
span { border-color: rgb(128,142,133); }
td.TdClassName
{
border-color: #808E85;
}
.TagClassName
{
border-color: #808E85;
}
</style>