Shades of Storm Grey #7E8390
Tints of Storm Grey #7E8390
RGB
CMYK
RGB Variations
Color information
#7E8390 (or 0x7E8390) is known color: Storm Grey. HEX triplet: 7E, 83 and 90. RGB value is (126,131,144). Sum of RGB (Red+Green+Blue) = 126+131+144=401 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.42% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #7E8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E8390 is #817C6F. Grayscale: #828282. Windows color (decimal): -8486000 or 9470846. OLE color: 9470846.
HSL color Cylindrical-coordinate representation of color #7E8390: hue angle of 223.33º 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 #7E8390 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 131 | 144 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.44 |
| HSL | 223.33º | 0.08% | 0.53% | - |
| HSV(B) | 223.33º | 0.13% | 0.56% | - |
| XYZ | 21.75 | 22.68 | 29.62 | - |
| YUV | 130.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 144 | 0.12 | 0.09 | 0 | 0.44 | 223.33 | 0.08 | 0.53 |
| Hex | 7E | 83 | 90 | C | 9 | 0 | 2C | DF | 8 | 35 |
| Octal | 176 | 203 | 220 | 14 | 11 | 0 | 54 | 337 | 10 | 65 |
| Binary | 1111110 | 10000011 | 10010000 | 1100 | 1001 | 0 | 101100 | 11011111 | 1000 | 110101 |
Color Harmonies of #7E8390
Complementary color
Monochromatic Colors of #7E8390
Black with #7E8390
Text Example
Text Example
White with #7E8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8390; }
p { color: rgb(126,131,144); }
H1.HeaderClassName
{
color: #7E8390;
}
.AnyTagClassName
{
color: #7E8390;
}
</style>
background-color css
<style>
a { background-color: #7E8390; }
a { background-color: rgb(126,131,144); }
div.DivClassName
{
background-color: #7E8390;
}
.BgClassName
{
background-color: #7E8390;
}
</style>
border-color css
<style>
span { border-color: #7E8390; }
span { border-color: rgb(126,131,144); }
td.TdClassName
{
border-color: #7E8390;
}
.TagClassName
{
border-color: #7E8390;
}
</style>