Shades of Blue Smoke #7E827F
Tints of Blue Smoke #7E827F
RGB
CMYK
RGB Variations
Color information
#7E827F (or 0x7E827F) is known color: Blue Smoke. HEX triplet: 7E, 82 and 7F. RGB value is (126,130,127). Sum of RGB (Red+Green+Blue) = 126+130+127=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 130 - color contains mainly: green. Hex color #7E827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E827F is #817D80. Grayscale: #808080. Windows color (decimal): -8486273 or 8356478. OLE color: 8356478.
HSL color Cylindrical-coordinate representation of color #7E827F: hue angle of 135º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #7E827F is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 130 | 127 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.49 |
| HSL | 135º | 0.02% | 0.5% | - |
| HSV(B) | 135º | 0.03% | 0.51% | - |
| XYZ | 20.42 | 21.93 | 23.24 | - |
| YUV | 128.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 127 | 0.03 | 0 | 0.02 | 0.49 | 135 | 0.02 | 0.5 |
| Hex | 7E | 82 | 7F | 3 | 0 | 2 | 31 | 87 | 2 | 32 |
| Octal | 176 | 202 | 177 | 3 | 0 | 2 | 61 | 207 | 2 | 62 |
| Binary | 1111110 | 10000010 | 1111111 | 11 | 0 | 10 | 110001 | 10000111 | 10 | 110010 |
Color Harmonies of #7E827F
Complementary color
Monochromatic Colors of #7E827F
Black with #7E827F
Text Example
Text Example
White with #7E827F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E827F; }
p { color: rgb(126,130,127); }
H1.HeaderClassName
{
color: #7E827F;
}
.AnyTagClassName
{
color: #7E827F;
}
</style>
background-color css
<style>
a { background-color: #7E827F; }
a { background-color: rgb(126,130,127); }
div.DivClassName
{
background-color: #7E827F;
}
.BgClassName
{
background-color: #7E827F;
}
</style>
border-color css
<style>
span { border-color: #7E827F; }
span { border-color: rgb(126,130,127); }
td.TdClassName
{
border-color: #7E827F;
}
.TagClassName
{
border-color: #7E827F;
}
</style>