#808B93

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

Shades of Aluminium #808B93

Tints of Aluminium #808B93

Color information

#808B93 (or 0x808B93) is unknown color: approx Aluminium. HEX triplet: 80, 8B and 93. RGB value is (128,139,147). Sum of RGB (Red+Green+Blue) = 128+139+147=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #808B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808B93 is #7F746C. Grayscale: #888888. Windows color (decimal): -8352877 or 9669504. OLE color: 9669504.

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

Color convert

RGB128139147-
CMYK0.130.0500.42
HSL205.26º8.09%53.92%-
HSV(B)205.26º12.93%57.65%-
XYZ23.425.1631.23-
YUV136.62133.86121.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=30.92%
G=33.57%
B=35.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281391470.130.0500.42205.268.0953.92
Hex808B93D502Acd836
Octal2002132231550523151066
Binary10000000100010111001001111011010101010110011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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