Shades of Blue Smoke #7E9581
Tints of Blue Smoke #7E9581
RGB
CMYK
RGB Variations
Color information
#7E9581 (or 0x7E9581) is known color: Blue Smoke. HEX triplet: 7E, 95 and 81. RGB value is (126,149,129). Sum of RGB (Red+Green+Blue) = 126+149+129=404 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.19% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9581 is #816A7E. Grayscale: #8B8B8B. Windows color (decimal): -8481407 or 8492414. OLE color: 8492414.
HSL color Cylindrical-coordinate representation of color #7E9581: hue angle of 127.83º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E9581 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 129 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.42 |
| HSL | 127.83º | 0.1% | 0.54% | - |
| HSV(B) | 127.83º | 0.15% | 0.58% | - |
| XYZ | 23.31 | 27.52 | 24.85 | - |
| YUV | 139.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 129 | 0.15 | 0 | 0.13 | 0.42 | 127.83 | 0.1 | 0.54 |
| Hex | 7E | 95 | 81 | F | 0 | D | 2A | 80 | A | 36 |
| Octal | 176 | 225 | 201 | 17 | 0 | 15 | 52 | 200 | 12 | 66 |
| Binary | 1111110 | 10010101 | 10000001 | 1111 | 0 | 1101 | 101010 | 10000000 | 1010 | 110110 |
Color Harmonies of #7E9581
Complementary color
Monochromatic Colors of #7E9581
Black with #7E9581
Text Example
Text Example
White with #7E9581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9581; }
p { color: rgb(126,149,129); }
H1.HeaderClassName
{
color: #7E9581;
}
.AnyTagClassName
{
color: #7E9581;
}
</style>
background-color css
<style>
a { background-color: #7E9581; }
a { background-color: rgb(126,149,129); }
div.DivClassName
{
background-color: #7E9581;
}
.BgClassName
{
background-color: #7E9581;
}
</style>
border-color css
<style>
span { border-color: #7E9581; }
span { border-color: rgb(126,149,129); }
td.TdClassName
{
border-color: #7E9581;
}
.TagClassName
{
border-color: #7E9581;
}
</style>