Shades of Storm Grey #808089
Tints of Storm Grey #808089
RGB
CMYK
RGB Variations
Color information
#808089 (or 0x808089) is known color: Storm Grey. HEX triplet: 80, 80 and 89. RGB value is (128,128,137). Sum of RGB (Red+Green+Blue) = 128+128+137=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #808089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808089 is #7F7F76. Grayscale: #808080. Windows color (decimal): -8355703 or 9011328. OLE color: 9011328.
HSL color Cylindrical-coordinate representation of color #808089: hue angle of 240º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #808089 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 128 | 137 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.46 |
| HSL | 240º | 0.04% | 0.52% | - |
| HSV(B) | 240º | 0.07% | 0.54% | - |
| XYZ | 21.14 | 21.83 | 26.77 | - |
| YUV | 129.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 128 | 137 | 0.07 | 0.07 | 0 | 0.46 | 240 | 0.04 | 0.52 |
| Hex | 80 | 80 | 89 | 7 | 7 | 0 | 2E | F0 | 4 | 34 |
| Octal | 200 | 200 | 211 | 7 | 7 | 0 | 56 | 360 | 4 | 64 |
| Binary | 10000000 | 10000000 | 10001001 | 111 | 111 | 0 | 101110 | 11110000 | 100 | 110100 |
Color Harmonies of #808089
Complementary color
Monochromatic Colors of #808089
Black with #808089
Text Example
Text Example
White with #808089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808089; }
p { color: rgb(128,128,137); }
H1.HeaderClassName
{
color: #808089;
}
.AnyTagClassName
{
color: #808089;
}
</style>
background-color css
<style>
a { background-color: #808089; }
a { background-color: rgb(128,128,137); }
div.DivClassName
{
background-color: #808089;
}
.BgClassName
{
background-color: #808089;
}
</style>
border-color css
<style>
span { border-color: #808089; }
span { border-color: rgb(128,128,137); }
td.TdClassName
{
border-color: #808089;
}
.TagClassName
{
border-color: #808089;
}
</style>