Shades of Storm Grey #808189
Tints of Storm Grey #808189
RGB
CMYK
RGB Variations
Color information
#808189 (or 0x808189) is known color: Storm Grey. HEX triplet: 80, 81 and 89. RGB value is (128,129,137). Sum of RGB (Red+Green+Blue) = 128+129+137=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 137 - color contains mainly: blue. Hex color #808189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808189 is #7F7E76. Grayscale: #818181. Windows color (decimal): -8355447 or 9011584. OLE color: 9011584.
HSL color Cylindrical-coordinate representation of color #808189: hue angle of 233.33º 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 #808189 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 129 | 137 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.46 |
| HSL | 233.33º | 0.04% | 0.52% | - |
| HSV(B) | 233.33º | 0.07% | 0.54% | - |
| XYZ | 21.27 | 22.1 | 26.81 | - |
| YUV | 129.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 137 | 0.07 | 0.06 | 0 | 0.46 | 233.33 | 0.04 | 0.52 |
| Hex | 80 | 81 | 89 | 7 | 6 | 0 | 2E | E9 | 4 | 34 |
| Octal | 200 | 201 | 211 | 7 | 6 | 0 | 56 | 351 | 4 | 64 |
| Binary | 10000000 | 10000001 | 10001001 | 111 | 110 | 0 | 101110 | 11101001 | 100 | 110100 |
Color Harmonies of #808189
Complementary color
Monochromatic Colors of #808189
Black with #808189
Text Example
Text Example
White with #808189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808189; }
p { color: rgb(128,129,137); }
H1.HeaderClassName
{
color: #808189;
}
.AnyTagClassName
{
color: #808189;
}
</style>
background-color css
<style>
a { background-color: #808189; }
a { background-color: rgb(128,129,137); }
div.DivClassName
{
background-color: #808189;
}
.BgClassName
{
background-color: #808189;
}
</style>
border-color css
<style>
span { border-color: #808189; }
span { border-color: rgb(128,129,137); }
td.TdClassName
{
border-color: #808189;
}
.TagClassName
{
border-color: #808189;
}
</style>