#80838B

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

Shades of Storm Grey #80838B

Tints of Storm Grey #80838B

Color information

#80838B (or 0x80838B) is unknown color: approx Storm Grey. HEX triplet: 80, 83 and 8B. RGB value is (128,131,139). Sum of RGB (Red+Green+Blue) = 128+131+139=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #80838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80838B is #7F7C74. Grayscale: #828282. Windows color (decimal): -8354933 or 9143168. OLE color: 9143168.

HSL color Cylindrical-coordinate representation of color #80838B: hue angle of 223.64º 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 #80838B is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128131139-
CMYK0.080.0600.45
HSL223.64º4.53%52.35%-
HSV(B)223.64º7.91%54.51%-
XYZ21.6822.6927.66-
YUV131.01132.51125.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 131 (51.56% from 255) = 32.91%
BLUE value IS 139 (54.69% from 255) = 34.92%
R=32.16%
G=32.91%
B=34.92%

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
Decimal1281311390.080.0600.45223.644.5352.35
Hex80838B8602De0534
Octal200203213106055340564
Binary1000000010000011100010111000110010110111100000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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