Shades of Blue Smoke #7A937E
Tints of Blue Smoke #7A937E
RGB
CMYK
RGB Variations
Color information
#7A937E (or 0x7A937E) is known color: Blue Smoke. HEX triplet: 7A, 93 and 7E. RGB value is (122,147,126). Sum of RGB (Red+Green+Blue) = 122+147+126=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #7A937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A937E is #856C81. Grayscale: #898989. Windows color (decimal): -8744066 or 8295290. OLE color: 8295290.
HSL color Cylindrical-coordinate representation of color #7A937E: hue angle of 129.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A937E is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 126 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.42 |
| HSL | 129.6º | 0.1% | 0.53% | - |
| HSV(B) | 129.6º | 0.17% | 0.58% | - |
| XYZ | 22.23 | 26.51 | 23.68 | - |
| YUV | 137.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 126 | 0.17 | 0 | 0.14 | 0.42 | 129.6 | 0.1 | 0.53 |
| Hex | 7A | 93 | 7E | 11 | 0 | E | 2A | 82 | A | 35 |
| Octal | 172 | 223 | 176 | 21 | 0 | 16 | 52 | 202 | 12 | 65 |
| Binary | 1111010 | 10010011 | 1111110 | 10001 | 0 | 1110 | 101010 | 10000010 | 1010 | 110101 |
Color Harmonies of #7A937E
Complementary color
Monochromatic Colors of #7A937E
Black with #7A937E
Text Example
Text Example
White with #7A937E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A937E; }
p { color: rgb(122,147,126); }
H1.HeaderClassName
{
color: #7A937E;
}
.AnyTagClassName
{
color: #7A937E;
}
</style>
background-color css
<style>
a { background-color: #7A937E; }
a { background-color: rgb(122,147,126); }
div.DivClassName
{
background-color: #7A937E;
}
.BgClassName
{
background-color: #7A937E;
}
</style>
border-color css
<style>
span { border-color: #7A937E; }
span { border-color: rgb(122,147,126); }
td.TdClassName
{
border-color: #7A937E;
}
.TagClassName
{
border-color: #7A937E;
}
</style>