#80828B

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

Shades of Storm Grey #80828B

Tints of Storm Grey #80828B

Color information

#80828B (or 0x80828B) is unknown color: approx Storm Grey. HEX triplet: 80, 82 and 8B. RGB value is (128,130,139). Sum of RGB (Red+Green+Blue) = 128+130+139=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #80828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80828B is #7F7D74. Grayscale: #828282. Windows color (decimal): -8355189 or 9142912. OLE color: 9142912.

HSL color Cylindrical-coordinate representation of color #80828B: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #80828B is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128130139-
CMYK0.080.0600.45
HSL229.09º4.53%52.35%-
HSV(B)229.09º7.91%54.51%-
XYZ21.5422.4227.62-
YUV130.43132.84126.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.24%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=32.24%
G=32.75%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281301390.080.0600.45229.094.5352.35
Hex80828B8602De5534
Octal200202213106055345564
Binary1000000010000010100010111000110010110111100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80828B; }

 p { color: rgb(128,130,139); }

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

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

 a { background-color: rgb(128,130,139); }

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

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

 span { border-color: rgb(128,130,139); }

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