#829098

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

Shades of Aluminium #829098

Tints of Aluminium #829098

Color information

#829098 (or 0x829098) is unknown color: approx Aluminium. HEX triplet: 82, 90 and 98. RGB value is (130,144,152). Sum of RGB (Red+Green+Blue) = 130+144+152=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 152 - color contains mainly: blue. Hex color #829098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829098 is #7D6F67. Grayscale: #8C8C8C. Windows color (decimal): -8220520 or 9998466. OLE color: 9998466.

HSL color Cylindrical-coordinate representation of color #829098: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829098 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB130144152-
CMYK0.140.0500.40
HSL201.82º9.65%55.29%-
HSV(B)201.82º14.47%59.61%-
XYZ24.8526.9633.6-
YUV140.73134.36120.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.52%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=30.52%
G=33.80%
B=35.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1301441520.140.0500.40201.829.6555.29
Hex829098E5028caa37
Octal2022202301650503121267
Binary10000010100100001001100011101010101000110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829098; }

 p { color: rgb(130,144,152); }

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

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

 a { background-color: rgb(130,144,152); }

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

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

 span { border-color: rgb(130,144,152); }

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