#828384

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

Shades of Aluminium #828384

Tints of Aluminium #828384

Color information

#828384 (or 0x828384) is unknown color: approx Aluminium. HEX triplet: 82, 83 and 84. RGB value is (130,131,132). Sum of RGB (Red+Green+Blue) = 130+131+132=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 132 - color contains mainly: blue. Hex color #828384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828384 is #7D7C7B. Grayscale: #828282. Windows color (decimal): -8223868 or 8684418. OLE color: 8684418.

HSL color Cylindrical-coordinate representation of color #828384: hue angle of 210º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828384 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB130131132-
CMYK0.020.0100.48
HSL210º0.81%51.37%-
HSV(B)210º1.52%51.76%-
XYZ21.4922.6425.07-
YUV130.82128.67127.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 33.59%
R=33.08%
G=33.33%
B=33.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301311320.020.0100.482100.8151.37
Hex82838421030d2133
Octal20220320421060322163
Binary1000001010000011100001001010110000110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828384; }

 p { color: rgb(130,131,132); }

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

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

 a { background-color: rgb(130,131,132); }

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

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

 span { border-color: rgb(130,131,132); }

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