Shades of Blue Smoke #7E847F
Tints of Blue Smoke #7E847F
RGB
CMYK
RGB Variations
Color information
#7E847F (or 0x7E847F) is known color: Blue Smoke. HEX triplet: 7E, 84 and 7F. RGB value is (126,132,127). Sum of RGB (Red+Green+Blue) = 126+132+127=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 132 - color contains mainly: green. Hex color #7E847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E847F is #817B80. Grayscale: #818181. Windows color (decimal): -8485761 or 8356990. OLE color: 8356990.
HSL color Cylindrical-coordinate representation of color #7E847F: hue angle of 130º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7E847F is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 126 | 132 | 127 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.48 |
| HSL | 130º | 0.02% | 0.51% | - |
| HSV(B) | 130º | 0.05% | 0.52% | - |
| XYZ | 20.69 | 22.47 | 23.33 | - |
| YUV | 129.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 127 | 0.05 | 0 | 0.04 | 0.48 | 130 | 0.02 | 0.51 |
| Hex | 7E | 84 | 7F | 5 | 0 | 4 | 30 | 82 | 2 | 33 |
| Octal | 176 | 204 | 177 | 5 | 0 | 4 | 60 | 202 | 2 | 63 |
| Binary | 1111110 | 10000100 | 1111111 | 101 | 0 | 100 | 110000 | 10000010 | 10 | 110011 |
Color Harmonies of #7E847F
Complementary color
Monochromatic Colors of #7E847F
Black with #7E847F
Text Example
Text Example
White with #7E847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E847F; }
p { color: rgb(126,132,127); }
H1.HeaderClassName
{
color: #7E847F;
}
.AnyTagClassName
{
color: #7E847F;
}
</style>
background-color css
<style>
a { background-color: #7E847F; }
a { background-color: rgb(126,132,127); }
div.DivClassName
{
background-color: #7E847F;
}
.BgClassName
{
background-color: #7E847F;
}
</style>
border-color css
<style>
span { border-color: #7E847F; }
span { border-color: rgb(126,132,127); }
td.TdClassName
{
border-color: #7E847F;
}
.TagClassName
{
border-color: #7E847F;
}
</style>