Shades of Storm Grey #7E8291
Tints of Storm Grey #7E8291
RGB
CMYK
RGB Variations
Color information
#7E8291 (or 0x7E8291) is known color: Storm Grey. HEX triplet: 7E, 82 and 91. RGB value is (126,130,145). Sum of RGB (Red+Green+Blue) = 126+130+145=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E8291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8291 is #817D6E. Grayscale: #828282. Windows color (decimal): -8486255 or 9536126. OLE color: 9536126.
HSL color Cylindrical-coordinate representation of color #7E8291: hue angle of 227.37º 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 #7E8291 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 130 | 145 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.43 |
| HSL | 227.37º | 0.08% | 0.53% | - |
| HSV(B) | 227.37º | 0.13% | 0.57% | - |
| XYZ | 21.7 | 22.45 | 29.98 | - |
| YUV | 130.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 145 | 0.13 | 0.10 | 0 | 0.43 | 227.37 | 0.08 | 0.53 |
| Hex | 7E | 82 | 91 | D | A | 0 | 2B | E3 | 8 | 35 |
| Octal | 176 | 202 | 221 | 15 | 12 | 0 | 53 | 343 | 10 | 65 |
| Binary | 1111110 | 10000010 | 10010001 | 1101 | 1010 | 0 | 101011 | 11100011 | 1000 | 110101 |
Color Harmonies of #7E8291
Complementary color
Monochromatic Colors of #7E8291
Black with #7E8291
Text Example
Text Example
White with #7E8291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8291; }
p { color: rgb(126,130,145); }
H1.HeaderClassName
{
color: #7E8291;
}
.AnyTagClassName
{
color: #7E8291;
}
</style>
background-color css
<style>
a { background-color: #7E8291; }
a { background-color: rgb(126,130,145); }
div.DivClassName
{
background-color: #7E8291;
}
.BgClassName
{
background-color: #7E8291;
}
</style>
border-color css
<style>
span { border-color: #7E8291; }
span { border-color: rgb(126,130,145); }
td.TdClassName
{
border-color: #7E8291;
}
.TagClassName
{
border-color: #7E8291;
}
</style>