Html Css Color HEX #808A92 Aluminium

📋 copy color: '#808A92'

red 128 ◦ green 138 ◦ blue 146

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

Shades of Aluminium #808A92

Tints of Aluminium #808A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 31.07%
G = 33.5%
B = 35.44%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#808A92 (or 0x808A92) is known color: Aluminium. HEX triplet: 80, 8A and 92. RGB value is (128,138,146). Sum of RGB (Red+Green+Blue) = 128+138+146=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #808A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808A92 is #7F756D. Grayscale: #878787. Windows color (decimal): -8353134 or 9603712. OLE color: 9603712.

HSL color Cylindrical-coordinate representation of color #808A92: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808A92 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 138 146 -
CMYK 0.12 0.05 0 0.43
HSL 206.67º 0.08% 0.54% -
HSV(B) 206.67º 0.12% 0.57% -
XYZ 23.18 24.84 30.77 -
YUV 135.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 128 138 146 0.12 0.05 0 0.43 206.67 0.08 0.54
Hex 80 8A 92 C 5 0 2B CF 8 36
Octal 200 212 222 14 5 0 53 317 10 66
Binary 10000000 10001010 10010010 1100 101 0 101011 11001111 1000 110110

Color Harmonies of #808A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808A92

Black with #808A92

Text Example


Text Example

White with #808A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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