Html Css Color HEX #808A90 Aluminium

📋 copy color: '#808A90'

red 128 ◦ green 138 ◦ blue 144

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

Shades of Aluminium #808A90

Tints of Aluminium #808A90

RGB

 RED value IS 128 (50.39% from 255) = 31.22%

 GREEN value IS 138 (54.3% from 255) = 33.66%

 BLUE value IS 144 (56.64% from 255) = 35.12%

R = 31.22%
G = 33.66%
B = 35.12%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#808A90 (or 0x808A90) is known color: Aluminium. HEX triplet: 80, 8A and 90. RGB value is (128,138,144). Sum of RGB (Red+Green+Blue) = 128+138+144=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 144 - color contains mainly: blue. Hex color #808A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A90 is #7F756F. Grayscale: #878787. Windows color (decimal): -8353136 or 9472640. OLE color: 9472640.

HSL color Cylindrical-coordinate representation of color #808A90: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808A90 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 138 144 -
CMYK 0.11 0.04 0 0.44
HSL 202.5º 0.07% 0.53% -
HSV(B) 202.5º 0.11% 0.56% -
XYZ 23.02 24.78 29.96 -
YUV 135.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 128 138 144 0.11 0.04 0 0.44 202.5 0.07 0.53
Hex 80 8A 90 B 4 0 2C CA 7 35
Octal 200 212 220 13 4 0 54 312 7 65
Binary 10000000 10001010 10010000 1011 100 0 101100 11001010 111 110101

Color Harmonies of #808A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A90

Black with #808A90

Text Example


Text Example

White with #808A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808A90; }

 p { color: rgb(128,138,144); }

 H1.HeaderClassName
 {
   color: #808A90;
 }
 .AnyTagClassName
 {
   color: #808A90;
 }
</style>

background-color css

<style>
 a { background-color: #808A90; }

 a { background-color: rgb(128,138,144); }

 div.DivClassName
 {
   background-color: #808A90;
 }
 .BgClassName
 {
   background-color: #808A90;
 }
</style>

border-color css

<style>
 span { border-color: #808A90; }

 span { border-color: rgb(128,138,144); }

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