#828E93

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

Shades of Aluminium #828E93

Tints of Aluminium #828E93

Color information

#828E93 (or 0x828E93) is unknown color: approx Aluminium. HEX triplet: 82, 8E and 93. RGB value is (130,142,147). Sum of RGB (Red+Green+Blue) = 130+142+147=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #828E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E93 is #7D716C. Grayscale: #8A8A8A. Windows color (decimal): -8221037 or 9670274. OLE color: 9670274.

HSL color Cylindrical-coordinate representation of color #828E93: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828E93 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130142147-
CMYK0.120.0300.42
HSL197.65º7.3%54.31%-
HSV(B)197.65º11.56%57.65%-
XYZ24.1526.231.39-
YUV138.98132.52121.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.03%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 147 (57.81% from 255) = 35.08%
R=31.03%
G=33.89%
B=35.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301421470.120.0300.42197.657.354.31
Hex828E93C302Ac6736
Octal202216223143052306766
Binary100000101000111010010011110011010101011000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,142,147); }

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

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

 a { background-color: rgb(130,142,147); }

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

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

 span { border-color: rgb(130,142,147); }

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