Html Css Color HEX #829097 Aluminium

📋 copy color: '#829097'

red 130 ◦ green 144 ◦ blue 151

#829097
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #829097

Tints of Aluminium #829097

RGB

 RED value IS 130 (51.17% from 255) = 30.59%

 GREEN value IS 144 (56.64% from 255) = 33.88%

 BLUE value IS 151 (59.38% from 255) = 35.53%

R = 30.59%
G = 33.88%
B = 35.53%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#829097 (or 0x829097) is known color: Aluminium. HEX triplet: 82, 90 and 97. RGB value is (130,144,151). Sum of RGB (Red+Green+Blue) = 130+144+151=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 151 - color contains mainly: blue. Hex color #829097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829097 is #7D6F68. Grayscale: #8C8C8C. Windows color (decimal): -8220521 or 9932930. OLE color: 9932930.

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

Color convert

RGB 130 144 151 -
CMYK 0.14 0.05 0 0.41
HSL 200º 0.09% 0.55% -
HSV(B) 200º 0.14% 0.59% -
XYZ 24.77 26.93 33.17 -
YUV 140.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 130 144 151 0.14 0.05 0 0.41 200 0.09 0.55
Hex 82 90 97 E 5 0 29 C8 9 37
Octal 202 220 227 16 5 0 51 310 11 67
Binary 10000010 10010000 10010111 1110 101 0 101001 11001000 1001 110111

Color Harmonies of #829097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829097

Black with #829097

Text Example


Text Example

White with #829097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829097; }

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

 H1.HeaderClassName
 {
   color: #829097;
 }
 .AnyTagClassName
 {
   color: #829097;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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