Html Css Color HEX #84898F Aluminium

📋 copy color: '#84898F'

red 132 ◦ green 137 ◦ blue 143

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

Shades of Aluminium #84898F

Tints of Aluminium #84898F

RGB

 RED value IS 132 (51.95% from 255) = 32.04%

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

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

R = 32.04%
G = 33.25%
B = 34.71%

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

#84898F (or 0x84898F) is known color: Aluminium. HEX triplet: 84, 89 and 8F. RGB value is (132,137,143). Sum of RGB (Red+Green+Blue) = 132+137+143=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 143 - color contains mainly: blue. Hex color #84898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84898F is #7B7670. Grayscale: #888888. Windows color (decimal): -8091249 or 9406852. OLE color: 9406852.

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

Color convert

RGB 132 137 143 -
CMYK 0.08 0.04 0 0.44
HSL 212.73º 0.05% 0.54% -
HSV(B) 212.73º 0.08% 0.56% -
XYZ 23.42 24.78 29.54 -
YUV 136.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 132 137 143 0.08 0.04 0 0.44 212.73 0.05 0.54
Hex 84 89 8F 8 4 0 2C D5 5 36
Octal 204 211 217 10 4 0 54 325 5 66
Binary 10000100 10001001 10001111 1000 100 0 101100 11010101 101 110110

Color Harmonies of #84898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84898F

Black with #84898F

Text Example


Text Example

White with #84898F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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