Shades of Storm Grey #7E8290
Tints of Storm Grey #7E8290
RGB
CMYK
RGB Variations
Color information
#7E8290 (or 0x7E8290) is known color: Storm Grey. HEX triplet: 7E, 82 and 90. RGB value is (126,130,144). Sum of RGB (Red+Green+Blue) = 126+130+144=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E8290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8290 is #817D6F. Grayscale: #828282. Windows color (decimal): -8486256 or 9470590. OLE color: 9470590.
HSL color Cylindrical-coordinate representation of color #7E8290: hue angle of 226.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E8290 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 130 | 144 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.44 |
| HSL | 226.67º | 0.08% | 0.53% | - |
| HSV(B) | 226.67º | 0.13% | 0.56% | - |
| XYZ | 21.62 | 22.41 | 29.57 | - |
| YUV | 130.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 130 | 144 | 0.12 | 0.10 | 0 | 0.44 | 226.67 | 0.08 | 0.53 |
| Hex | 7E | 82 | 90 | C | A | 0 | 2C | E3 | 8 | 35 |
| Octal | 176 | 202 | 220 | 14 | 12 | 0 | 54 | 343 | 10 | 65 |
| Binary | 1111110 | 10000010 | 10010000 | 1100 | 1010 | 0 | 101100 | 11100011 | 1000 | 110101 |
Color Harmonies of #7E8290
Complementary color
Monochromatic Colors of #7E8290
Black with #7E8290
Text Example
Text Example
White with #7E8290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8290; }
p { color: rgb(126,130,144); }
H1.HeaderClassName
{
color: #7E8290;
}
.AnyTagClassName
{
color: #7E8290;
}
</style>
background-color css
<style>
a { background-color: #7E8290; }
a { background-color: rgb(126,130,144); }
div.DivClassName
{
background-color: #7E8290;
}
.BgClassName
{
background-color: #7E8290;
}
</style>
border-color css
<style>
span { border-color: #7E8290; }
span { border-color: rgb(126,130,144); }
td.TdClassName
{
border-color: #7E8290;
}
.TagClassName
{
border-color: #7E8290;
}
</style>