Html Css Color HEX #82898E Aluminium

📋 copy color: '#82898E'

red 130 ◦ green 137 ◦ blue 142

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

Shades of Aluminium #82898E

Tints of Aluminium #82898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 31.78%
G = 33.5%
B = 34.72%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82898E (or 0x82898E) is known color: Aluminium. HEX triplet: 82, 89 and 8E. RGB value is (130,137,142). Sum of RGB (Red+Green+Blue) = 130+137+142=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 142 - color contains mainly: blue. Hex color #82898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82898E is #7D7671. Grayscale: #878787. Windows color (decimal): -8222322 or 9341314. OLE color: 9341314.

HSL color Cylindrical-coordinate representation of color #82898E: hue angle of 205º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82898E is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 137 142 -
CMYK 0.08 0.04 0 0.44
HSL 205º 0.05% 0.53% -
HSV(B) 205º 0.08% 0.56% -
XYZ 23.03 24.59 29.12 -
YUV 135.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 130 137 142 0.08 0.04 0 0.44 205 0.05 0.53
Hex 82 89 8E 8 4 0 2C CD 5 35
Octal 202 211 216 10 4 0 54 315 5 65
Binary 10000010 10001001 10001110 1000 100 0 101100 11001101 101 110101

Color Harmonies of #82898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82898E

Black with #82898E

Text Example


Text Example

White with #82898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82898E; }

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

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

background-color css

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

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

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

border-color css

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

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

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