#828B93

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

Shades of Aluminium #828B93

Tints of Aluminium #828B93

Color information

#828B93 (or 0x828B93) is unknown color: approx Aluminium. HEX triplet: 82, 8B and 93. RGB value is (130,139,147). Sum of RGB (Red+Green+Blue) = 130+139+147=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #828B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B93 is #7D746C. Grayscale: #898989. Windows color (decimal): -8221805 or 9669506. OLE color: 9669506.

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

Color convert

RGB130139147-
CMYK0.120.0500.42
HSL208.24º7.3%54.31%-
HSV(B)208.24º11.56%57.65%-
XYZ23.7125.3231.24-
YUV137.22133.52122.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=31.25%
G=33.41%
B=35.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301391470.120.0500.42208.247.354.31
Hex828B93C502Ad0736
Octal202213223145052320766
Binary1000001010001011100100111100101010101011010000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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