#828A92

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

Shades of Aluminium #828A92

Tints of Aluminium #828A92

Color information

#828A92 (or 0x828A92) is unknown color: approx Aluminium. HEX triplet: 82, 8A and 92. RGB value is (130,138,146). Sum of RGB (Red+Green+Blue) = 130+138+146=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #828A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A92 is #7D756D. Grayscale: #888888. Windows color (decimal): -8222062 or 9603714. OLE color: 9603714.

HSL color Cylindrical-coordinate representation of color #828A92: hue angle of 210º 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 #828A92 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB130138146-
CMYK0.110.0500.43
HSL210º6.84%54.12%-
HSV(B)210º10.96%57.25%-
XYZ23.482530.78-
YUV136.52133.35123.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 35.27%
R=31.40%
G=33.33%
B=35.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301381460.110.0500.432106.8454.12
Hex828A92B502Bd2736
Octal202212222135053322766
Binary1000001010001010100100101011101010101111010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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