#828C92

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

Shades of Aluminium #828C92

Tints of Aluminium #828C92

Color information

#828C92 (or 0x828C92) is unknown color: approx Aluminium. HEX triplet: 82, 8C and 92. RGB value is (130,140,146). Sum of RGB (Red+Green+Blue) = 130+140+146=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #828C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C92 is #7D736D. Grayscale: #898989. Windows color (decimal): -8221550 or 9604226. OLE color: 9604226.

HSL color Cylindrical-coordinate representation of color #828C92: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #828C92 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130140146-
CMYK0.110.0400.43
HSL202.5º6.84%54.12%-
HSV(B)202.5º10.96%57.25%-
XYZ23.7725.5830.88-
YUV137.69132.69122.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 146 (57.42% from 255) = 35.10%
R=31.25%
G=33.65%
B=35.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301401460.110.0400.43202.56.8454.12
Hex828C92B402Bca736
Octal202214222134053312766
Binary1000001010001100100100101011100010101111001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828C92; }

 p { color: rgb(130,140,146); }

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

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

 a { background-color: rgb(130,140,146); }

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

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

 span { border-color: rgb(130,140,146); }

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