Shades of Storm Grey #808187
Tints of Storm Grey #808187
RGB
CMYK
RGB Variations
Color information
#808187 (or 0x808187) is known color: Storm Grey. HEX triplet: 80, 81 and 87. RGB value is (128,129,135). Sum of RGB (Red+Green+Blue) = 128+129+135=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 135 - color contains mainly: blue. Hex color #808187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808187 is #7F7E78. Grayscale: #818181. Windows color (decimal): -8355449 or 8880512. OLE color: 8880512.
HSL color Cylindrical-coordinate representation of color #808187: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #808187 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 129 | 135 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.47 |
| HSL | 231.43º | 0.03% | 0.52% | - |
| HSV(B) | 231.43º | 0.05% | 0.53% | - |
| XYZ | 21.13 | 22.04 | 26.06 | - |
| YUV | 129.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 135 | 0.05 | 0.04 | 0 | 0.47 | 231.43 | 0.03 | 0.52 |
| Hex | 80 | 81 | 87 | 5 | 4 | 0 | 2F | E7 | 3 | 34 |
| Octal | 200 | 201 | 207 | 5 | 4 | 0 | 57 | 347 | 3 | 64 |
| Binary | 10000000 | 10000001 | 10000111 | 101 | 100 | 0 | 101111 | 11100111 | 11 | 110100 |
Color Harmonies of #808187
Complementary color
Monochromatic Colors of #808187
Black with #808187
Text Example
Text Example
White with #808187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808187; }
p { color: rgb(128,129,135); }
H1.HeaderClassName
{
color: #808187;
}
.AnyTagClassName
{
color: #808187;
}
</style>
background-color css
<style>
a { background-color: #808187; }
a { background-color: rgb(128,129,135); }
div.DivClassName
{
background-color: #808187;
}
.BgClassName
{
background-color: #808187;
}
</style>
border-color css
<style>
span { border-color: #808187; }
span { border-color: rgb(128,129,135); }
td.TdClassName
{
border-color: #808187;
}
.TagClassName
{
border-color: #808187;
}
</style>