#808490

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

Shades of Storm Grey #808490

Tints of Storm Grey #808490

Color information

#808490 (or 0x808490) is unknown color: approx Storm Grey. HEX triplet: 80, 84 and 90. RGB value is (128,132,144). Sum of RGB (Red+Green+Blue) = 128+132+144=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 144 - color contains mainly: blue. Hex color #808490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808490 is #7F7B6F. Grayscale: #848484. Windows color (decimal): -8354672 or 9471104. OLE color: 9471104.

HSL color Cylindrical-coordinate representation of color #808490: hue angle of 225º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808490 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128132144-
CMYK0.110.0800.44
HSL225º6.72%53.33%-
HSV(B)225º11.11%56.47%-
XYZ22.1923.1129.68-
YUV132.17134.67125.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.68%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=31.68%
G=32.67%
B=35.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281321440.110.0800.442256.7253.33
Hex808490B802Ce1735
Octal2002042201310054341765
Binary10000000100001001001000010111000010110011100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808490; }

 p { color: rgb(128,132,144); }

 H1.HeaderClassName
 {
   color: #808490;
 }
 .AnyTagClassName
 {
   color: #808490;
 }
</style>
background-color css

<style>
 a { background-color: #808490; }

 a { background-color: rgb(128,132,144); }

 div.DivClassName
 {
   background-color: #808490;
 }
 .BgClassName
 {
   background-color: #808490;
 }
</style>
border-color css

<style>
 span { border-color: #808490; }

 span { border-color: rgb(128,132,144); }

 td.TdClassName
 {
   border-color: #808490;
 }
 .TagClassName
 {
   border-color: #808490;
 }
</style>