Html Css Color HEX #82898F Aluminium

📋 copy color: '#82898F'

red 130 ◦ green 137 ◦ blue 143

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

Shades of Aluminium #82898F

Tints of Aluminium #82898F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 31.71%
G = 33.41%
B = 34.88%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#82898F (or 0x82898F) is known color: Aluminium. HEX triplet: 82, 89 and 8F. RGB value is (130,137,143). Sum of RGB (Red+Green+Blue) = 130+137+143=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 143 - color contains mainly: blue. Hex color #82898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82898F is #7D7670. Grayscale: #878787. Windows color (decimal): -8222321 or 9406850. OLE color: 9406850.

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

Color convert

RGB 130 137 143 -
CMYK 0.09 0.04 0 0.44
HSL 207.69º 0.05% 0.54% -
HSV(B) 207.69º 0.09% 0.56% -
XYZ 23.11 24.62 29.52 -
YUV 135.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 130 137 143 0.09 0.04 0 0.44 207.69 0.05 0.54
Hex 82 89 8F 9 4 0 2C D0 5 36
Octal 202 211 217 11 4 0 54 320 5 66
Binary 10000010 10001001 10001111 1001 100 0 101100 11010000 101 110110

Color Harmonies of #82898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82898F

Black with #82898F

Text Example


Text Example

White with #82898F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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