Shades of Blue Smoke #7E9183
Tints of Blue Smoke #7E9183
RGB
CMYK
RGB Variations
Color information
#7E9183 (or 0x7E9183) is known color: Blue Smoke. HEX triplet: 7E, 91 and 83. RGB value is (126,145,131). Sum of RGB (Red+Green+Blue) = 126+145+131=402 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.34% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9183 is #816E7C. Grayscale: #898989. Windows color (decimal): -8482429 or 8622462. OLE color: 8622462.
HSL color Cylindrical-coordinate representation of color #7E9183: hue angle of 135.79º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E9183 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 131 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.43 |
| HSL | 135.79º | 0.08% | 0.53% | - |
| HSV(B) | 135.79º | 0.13% | 0.57% | - |
| XYZ | 22.83 | 26.33 | 25.35 | - |
| YUV | 137.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 131 | 0.13 | 0 | 0.10 | 0.43 | 135.79 | 0.08 | 0.53 |
| Hex | 7E | 91 | 83 | D | 0 | A | 2B | 88 | 8 | 35 |
| Octal | 176 | 221 | 203 | 15 | 0 | 12 | 53 | 210 | 10 | 65 |
| Binary | 1111110 | 10010001 | 10000011 | 1101 | 0 | 1010 | 101011 | 10001000 | 1000 | 110101 |
Color Harmonies of #7E9183
Complementary color
Monochromatic Colors of #7E9183
Black with #7E9183
Text Example
Text Example
White with #7E9183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9183; }
p { color: rgb(126,145,131); }
H1.HeaderClassName
{
color: #7E9183;
}
.AnyTagClassName
{
color: #7E9183;
}
</style>
background-color css
<style>
a { background-color: #7E9183; }
a { background-color: rgb(126,145,131); }
div.DivClassName
{
background-color: #7E9183;
}
.BgClassName
{
background-color: #7E9183;
}
</style>
border-color css
<style>
span { border-color: #7E9183; }
span { border-color: rgb(126,145,131); }
td.TdClassName
{
border-color: #7E9183;
}
.TagClassName
{
border-color: #7E9183;
}
</style>