Shades of Storm Grey #808389
Tints of Storm Grey #808389
RGB
CMYK
RGB Variations
Color information
#808389 (or 0x808389) is known color: Storm Grey. HEX triplet: 80, 83 and 89. RGB value is (128,131,137). Sum of RGB (Red+Green+Blue) = 128+131+137=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 137 - color contains mainly: blue. Hex color #808389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808389 is #7F7C76. Grayscale: #828282. Windows color (decimal): -8354935 or 9012096. OLE color: 9012096.
HSL color Cylindrical-coordinate representation of color #808389: hue angle of 220º 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 #808389 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 131 | 137 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.46 |
| HSL | 220º | 0.04% | 0.52% | - |
| HSV(B) | 220º | 0.07% | 0.54% | - |
| XYZ | 21.53 | 22.63 | 26.9 | - |
| YUV | 130.79 | 131.51 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 137 | 0.07 | 0.04 | 0 | 0.46 | 220 | 0.04 | 0.52 |
| Hex | 80 | 83 | 89 | 7 | 4 | 0 | 2E | DC | 4 | 34 |
| Octal | 200 | 203 | 211 | 7 | 4 | 0 | 56 | 334 | 4 | 64 |
| Binary | 10000000 | 10000011 | 10001001 | 111 | 100 | 0 | 101110 | 11011100 | 100 | 110100 |
Color Harmonies of #808389
Complementary color
Monochromatic Colors of #808389
Black with #808389
Text Example
Text Example
White with #808389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808389; }
p { color: rgb(128,131,137); }
H1.HeaderClassName
{
color: #808389;
}
.AnyTagClassName
{
color: #808389;
}
</style>
background-color css
<style>
a { background-color: #808389; }
a { background-color: rgb(128,131,137); }
div.DivClassName
{
background-color: #808389;
}
.BgClassName
{
background-color: #808389;
}
</style>
border-color css
<style>
span { border-color: #808389; }
span { border-color: rgb(128,131,137); }
td.TdClassName
{
border-color: #808389;
}
.TagClassName
{
border-color: #808389;
}
</style>