#808187

Color #808187 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #808187

Tints of Storm Grey #808187

Color information

#808187 (or 0x808187) is unknown color: approx 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

RGB128129135-
CMYK0.050.0400.47
HSL231.43º2.83%51.57%-
HSV(B)231.43º5.19%52.94%-
XYZ21.1322.0426.06-
YUV129.38131.17127.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 32.65%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=32.65%
G=32.91%
B=34.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1281291350.050.0400.47231.432.8351.57
Hex8081875402Fe7334
Octal20020120754057347364
Binary10000000100000011000011110110001011111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>