Shades of Blue Smoke #808E83
Tints of Blue Smoke #808E83
RGB
CMYK
RGB Variations
Color information
#808E83 (or 0x808E83) is known color: Blue Smoke. HEX triplet: 80, 8E and 83. RGB value is (128,142,131). Sum of RGB (Red+Green+Blue) = 128+142+131=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #808E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808E83 is #7F717C. Grayscale: #888888. Windows color (decimal): -8352125 or 8621696. OLE color: 8621696.
HSL color Cylindrical-coordinate representation of color #808E83: hue angle of 132.86º 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 #808E83 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 131 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.44 |
| HSL | 132.86º | 0.06% | 0.53% | - |
| HSV(B) | 132.86º | 0.1% | 0.56% | - |
| XYZ | 22.67 | 25.57 | 25.21 | - |
| YUV | 136.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 131 | 0.10 | 0 | 0.08 | 0.44 | 132.86 | 0.06 | 0.53 |
| Hex | 80 | 8E | 83 | A | 0 | 8 | 2C | 85 | 6 | 35 |
| Octal | 200 | 216 | 203 | 12 | 0 | 10 | 54 | 205 | 6 | 65 |
| Binary | 10000000 | 10001110 | 10000011 | 1010 | 0 | 1000 | 101100 | 10000101 | 110 | 110101 |
Color Harmonies of #808E83
Complementary color
Monochromatic Colors of #808E83
Black with #808E83
Text Example
Text Example
White with #808E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E83; }
p { color: rgb(128,142,131); }
H1.HeaderClassName
{
color: #808E83;
}
.AnyTagClassName
{
color: #808E83;
}
</style>
background-color css
<style>
a { background-color: #808E83; }
a { background-color: rgb(128,142,131); }
div.DivClassName
{
background-color: #808E83;
}
.BgClassName
{
background-color: #808E83;
}
</style>
border-color css
<style>
span { border-color: #808E83; }
span { border-color: rgb(128,142,131); }
td.TdClassName
{
border-color: #808E83;
}
.TagClassName
{
border-color: #808E83;
}
</style>