Html Css Color HEX #80898E Aluminium

📋 copy color: '#80898E'

red 128 ◦ green 137 ◦ blue 142

#80898E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #80898E

Tints of Aluminium #80898E

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 value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#80898E (or 0x80898E) is known color: 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

RGB 128 137 142 -
CMYK 0.10 0.04 0 0.44
HSL 201.43º 0.06% 0.53% -
HSV(B) 201.43º 0.1% 0.56% -
XYZ 22.73 24.43 29.11 -
YUV 134.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 128 137 142 0.10 0.04 0 0.44 201.43 0.06 0.53
Hex 80 89 8E A 4 0 2C C9 6 35
Octal 200 211 216 12 4 0 54 311 6 65
Binary 10000000 10001001 10001110 1010 100 0 101100 11001001 110 110101

Color Harmonies of #80898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80898E

Black with #80898E

Text Example


Text Example

White with #80898E

Text Example


Text Example

HTML Codes & Css Web 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>