Shades of Storm Grey #808188
Tints of Storm Grey #808188
RGB
CMYK
RGB Variations
Color information
#808188 (or 0x808188) is known color: Storm Grey. HEX triplet: 80, 81 and 88. RGB value is (128,129,136). Sum of RGB (Red+Green+Blue) = 128+129+136=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 136 - color contains mainly: blue. Hex color #808188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808188 is #7F7E77. Grayscale: #818181. Windows color (decimal): -8355448 or 8946048. OLE color: 8946048.
HSL color Cylindrical-coordinate representation of color #808188: hue angle of 232.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #808188 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 129 | 136 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.47 |
| HSL | 232.5º | 0.03% | 0.52% | - |
| HSV(B) | 232.5º | 0.06% | 0.53% | - |
| XYZ | 21.2 | 22.07 | 26.43 | - |
| YUV | 129.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 136 | 0.06 | 0.05 | 0 | 0.47 | 232.5 | 0.03 | 0.52 |
| Hex | 80 | 81 | 88 | 6 | 5 | 0 | 2F | E8 | 3 | 34 |
| Octal | 200 | 201 | 210 | 6 | 5 | 0 | 57 | 350 | 3 | 64 |
| Binary | 10000000 | 10000001 | 10001000 | 110 | 101 | 0 | 101111 | 11101000 | 11 | 110100 |
Color Harmonies of #808188
Complementary color
Monochromatic Colors of #808188
Black with #808188
Text Example
Text Example
White with #808188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808188; }
p { color: rgb(128,129,136); }
H1.HeaderClassName
{
color: #808188;
}
.AnyTagClassName
{
color: #808188;
}
</style>
background-color css
<style>
a { background-color: #808188; }
a { background-color: rgb(128,129,136); }
div.DivClassName
{
background-color: #808188;
}
.BgClassName
{
background-color: #808188;
}
</style>
border-color css
<style>
span { border-color: #808188; }
span { border-color: rgb(128,129,136); }
td.TdClassName
{
border-color: #808188;
}
.TagClassName
{
border-color: #808188;
}
</style>