Html Css Color HEX #898D8F Aluminium

📋 copy color: '#898D8F'

red 137 ◦ green 141 ◦ blue 143

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

Shades of Aluminium #898D8F

Tints of Aluminium #898D8F

RGB

 RED value IS 137 (53.91% from 255) = 32.54%

 GREEN value IS 141 (55.47% from 255) = 33.49%

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

R = 32.54%
G = 33.49%
B = 33.97%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#898D8F (or 0x898D8F) is known color: Aluminium. HEX triplet: 89, 8D and 8F. RGB value is (137,141,143). Sum of RGB (Red+Green+Blue) = 137+141+143=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 143 - color contains mainly: blue. Hex color #898D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898D8F is #767270. Grayscale: #8C8C8C. Windows color (decimal): -7762545 or 9407881. OLE color: 9407881.

HSL color Cylindrical-coordinate representation of color #898D8F: hue angle of 200º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898D8F is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 141 143 -
CMYK 0.04 0.01 0 0.44
HSL 200º 0.03% 0.55% -
HSV(B) 200º 0.04% 0.56% -
XYZ 24.8 26.35 29.77 -
YUV 140.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 137 141 143 0.04 0.01 0 0.44 200 0.03 0.55
Hex 89 8D 8F 4 1 0 2C C8 3 37
Octal 211 215 217 4 1 0 54 310 3 67
Binary 10001001 10001101 10001111 100 1 0 101100 11001000 11 110111

Color Harmonies of #898D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898D8F

Black with #898D8F

Text Example


Text Example

White with #898D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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