#84898B

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

Shades of Aluminium #84898B

Tints of Aluminium #84898B

Color information

#84898B (or 0x84898B) is unknown color: approx Aluminium. HEX triplet: 84, 89 and 8B. RGB value is (132,137,139). Sum of RGB (Red+Green+Blue) = 132+137+139=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 139 - color contains mainly: blue. Hex color #84898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84898B is #7B7674. Grayscale: #878787. Windows color (decimal): -8091253 or 9144708. OLE color: 9144708.

HSL color Cylindrical-coordinate representation of color #84898B: hue angle of 197.14º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84898B is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132137139-
CMYK0.050.0100.45
HSL197.14º2.93%53.14%-
HSV(B)197.14º5.04%54.51%-
XYZ23.1224.6627.97-
YUV135.73129.84125.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 137 (53.91% from 255) = 33.58%
BLUE value IS 139 (54.69% from 255) = 34.07%
R=32.35%
G=33.58%
B=34.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321371390.050.0100.45197.142.9353.14
Hex84898B5102Dc5335
Octal20421121351055305365
Binary100001001000100110001011101101011011100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84898B; }

 p { color: rgb(132,137,139); }

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

<style>
 a { background-color: #84898B; }

 a { background-color: rgb(132,137,139); }

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

<style>
 span { border-color: #84898B; }

 span { border-color: rgb(132,137,139); }

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