#80838A

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

Shades of Storm Grey #80838A

Tints of Storm Grey #80838A

Color information

#80838A (or 0x80838A) is unknown color: approx Storm Grey. HEX triplet: 80, 83 and 8A. RGB value is (128,131,138). Sum of RGB (Red+Green+Blue) = 128+131+138=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 138 - color contains mainly: blue. Hex color #80838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80838A is #7F7C75. Grayscale: #828282. Windows color (decimal): -8354934 or 9077632. OLE color: 9077632.

HSL color Cylindrical-coordinate representation of color #80838A: hue angle of 222º 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 #80838A is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128131138-
CMYK0.070.0500.46
HSL222º4.1%52.16%-
HSV(B)222º7.25%54.12%-
XYZ21.6122.6627.28-
YUV130.9132.01125.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=32.24%
G=33.00%
B=34.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281311380.070.0500.462224.152.16
Hex80838A7502Ede434
Octal20020321275056336464
Binary100000001000001110001010111101010111011011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80838A; }

 p { color: rgb(128,131,138); }

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

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

 a { background-color: rgb(128,131,138); }

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

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

 span { border-color: rgb(128,131,138); }

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