#80838D

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

Shades of Storm Grey #80838D

Tints of Storm Grey #80838D

Color information

#80838D (or 0x80838D) is unknown color: approx Storm Grey. HEX triplet: 80, 83 and 8D. RGB value is (128,131,141). Sum of RGB (Red+Green+Blue) = 128+131+141=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #80838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80838D is #7F7C72. Grayscale: #838383. Windows color (decimal): -8354931 or 9274240. OLE color: 9274240.

HSL color Cylindrical-coordinate representation of color #80838D: hue angle of 226.15º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80838D is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128131141-
CMYK0.090.0700.45
HSL226.15º5.39%52.75%-
HSV(B)226.15º9.22%55.29%-
XYZ21.8322.7428.44-
YUV131.24133.51125.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=32%
G=32.75%
B=35.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281311410.090.0700.45226.155.3952.75
Hex80838D9702De2535
Octal200203215117055342565
Binary1000000010000011100011011001111010110111100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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