#828B92

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

Shades of Aluminium #828B92

Tints of Aluminium #828B92

Color information

#828B92 (or 0x828B92) is unknown color: approx Aluminium. HEX triplet: 82, 8B and 92. RGB value is (130,139,146). Sum of RGB (Red+Green+Blue) = 130+139+146=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #828B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B92 is #7D746D. Grayscale: #898989. Windows color (decimal): -8221806 or 9603970. OLE color: 9603970.

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

Color convert

RGB130139146-
CMYK0.110.0500.43
HSL206.25º6.84%54.12%-
HSV(B)206.25º10.96%57.25%-
XYZ23.6325.2930.83-
YUV137.11133.02122.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 146 (57.42% from 255) = 35.18%
R=31.33%
G=33.49%
B=35.18%

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
Decimal1301391460.110.0500.43206.256.8454.12
Hex828B92B502Bce736
Octal202213222135053316766
Binary1000001010001011100100101011101010101111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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