Shades of Blue Smoke #7E8A81
Tints of Blue Smoke #7E8A81
RGB
CMYK
RGB Variations
Color information
#7E8A81 (or 0x7E8A81) is known color: Blue Smoke. HEX triplet: 7E, 8A and 81. RGB value is (126,138,129). Sum of RGB (Red+Green+Blue) = 126+138+129=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8A81 is #81757E. Grayscale: #858585. Windows color (decimal): -8484223 or 8489598. OLE color: 8489598.
HSL color Cylindrical-coordinate representation of color #7E8A81: hue angle of 135º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E8A81 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 138 | 129 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.46 |
| HSL | 135º | 0.05% | 0.52% | - |
| HSV(B) | 135º | 0.09% | 0.54% | - |
| XYZ | 21.66 | 24.2 | 24.3 | - |
| YUV | 133.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 129 | 0.09 | 0 | 0.07 | 0.46 | 135 | 0.05 | 0.52 |
| Hex | 7E | 8A | 81 | 9 | 0 | 7 | 2E | 87 | 5 | 34 |
| Octal | 176 | 212 | 201 | 11 | 0 | 7 | 56 | 207 | 5 | 64 |
| Binary | 1111110 | 10001010 | 10000001 | 1001 | 0 | 111 | 101110 | 10000111 | 101 | 110100 |
Color Harmonies of #7E8A81
Complementary color
Monochromatic Colors of #7E8A81
Black with #7E8A81
Text Example
Text Example
White with #7E8A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8A81; }
p { color: rgb(126,138,129); }
H1.HeaderClassName
{
color: #7E8A81;
}
.AnyTagClassName
{
color: #7E8A81;
}
</style>
background-color css
<style>
a { background-color: #7E8A81; }
a { background-color: rgb(126,138,129); }
div.DivClassName
{
background-color: #7E8A81;
}
.BgClassName
{
background-color: #7E8A81;
}
</style>
border-color css
<style>
span { border-color: #7E8A81; }
span { border-color: rgb(126,138,129); }
td.TdClassName
{
border-color: #7E8A81;
}
.TagClassName
{
border-color: #7E8A81;
}
</style>