#80898E

Color #80898E Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #80898E

Tints of Aluminium #80898E

Color information

#80898E (or 0x80898E) is unknown color: approx Aluminium. HEX triplet: 80, 89 and 8E. RGB value is (128,137,142). Sum of RGB (Red+Green+Blue) = 128+137+142=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 142 - color contains mainly: blue. Hex color #80898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80898E is #7F7671. Grayscale: #868686. Windows color (decimal): -8353394 or 9341312. OLE color: 9341312.

HSL color Cylindrical-coordinate representation of color #80898E: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #80898E is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128137142-
CMYK0.100.0400.44
HSL201.43º5.83%52.94%-
HSV(B)201.43º9.86%55.69%-
XYZ22.7324.4329.11-
YUV134.88132.02123.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.45%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=31.45%
G=33.66%
B=34.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281371420.100.0400.44201.435.8352.94
Hex80898EA402Cc9635
Octal200211216124054311665
Binary1000000010001001100011101010100010110011001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80898E; }

 p { color: rgb(128,137,142); }

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

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

 a { background-color: rgb(128,137,142); }

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

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

 span { border-color: rgb(128,137,142); }

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