Shades of Blue Smoke #808D85
Tints of Blue Smoke #808D85
RGB
CMYK
RGB Variations
Color information
#808D85 (or 0x808D85) is known color: Blue Smoke. HEX triplet: 80, 8D and 85. RGB value is (128,141,133). Sum of RGB (Red+Green+Blue) = 128+141+133=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 141 - color contains mainly: green. Hex color #808D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D85 is #7F727A. Grayscale: #888888. Windows color (decimal): -8352379 or 8752512. OLE color: 8752512.
HSL color Cylindrical-coordinate representation of color #808D85: hue angle of 143.08º 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 #808D85 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 133 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.45 |
| HSL | 143.08º | 0.05% | 0.53% | - |
| HSV(B) | 143.08º | 0.09% | 0.55% | - |
| XYZ | 22.66 | 25.33 | 25.89 | - |
| YUV | 136.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 133 | 0.09 | 0 | 0.06 | 0.45 | 143.08 | 0.05 | 0.53 |
| Hex | 80 | 8D | 85 | 9 | 0 | 6 | 2D | 8F | 5 | 35 |
| Octal | 200 | 215 | 205 | 11 | 0 | 6 | 55 | 217 | 5 | 65 |
| Binary | 10000000 | 10001101 | 10000101 | 1001 | 0 | 110 | 101101 | 10001111 | 101 | 110101 |
Color Harmonies of #808D85
Complementary color
Monochromatic Colors of #808D85
Black with #808D85
Text Example
Text Example
White with #808D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D85; }
p { color: rgb(128,141,133); }
H1.HeaderClassName
{
color: #808D85;
}
.AnyTagClassName
{
color: #808D85;
}
</style>
background-color css
<style>
a { background-color: #808D85; }
a { background-color: rgb(128,141,133); }
div.DivClassName
{
background-color: #808D85;
}
.BgClassName
{
background-color: #808D85;
}
</style>
border-color css
<style>
span { border-color: #808D85; }
span { border-color: rgb(128,141,133); }
td.TdClassName
{
border-color: #808D85;
}
.TagClassName
{
border-color: #808D85;
}
</style>