Html Css Color HEX #828384 Aluminium

📋 copy color: '#828384'

red 130 ◦ green 131 ◦ blue 132

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

Shades of Aluminium #828384

Tints of Aluminium #828384

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 value IS 0.02

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#828384 (or 0x828384) is known color: 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

RGB 130 131 132 -
CMYK 0.02 0.01 0 0.48
HSL 210º 0.01% 0.51% -
HSV(B) 210º 0.02% 0.52% -
XYZ 21.49 22.64 25.07 -
YUV 130.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 130 131 132 0.02 0.01 0 0.48 210 0.01 0.51
Hex 82 83 84 2 1 0 30 D2 1 33
Octal 202 203 204 2 1 0 60 322 1 63
Binary 10000010 10000011 10000100 10 1 0 110000 11010010 1 110011

Color Harmonies of #828384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828384

Black with #828384

Text Example


Text Example

White with #828384

Text Example


Text Example

HTML Codes & Css Web 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>