Html Css Color HEX #898C8F Aluminium

📋 copy color: '#898C8F'

red 137 ◦ green 140 ◦ blue 143

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

Shades of Aluminium #898C8F

Tints of Aluminium #898C8F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.33%

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

R = 32.62%
G = 33.33%
B = 34.05%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#898C8F (or 0x898C8F) is known color: Aluminium. HEX triplet: 89, 8C and 8F. RGB value is (137,140,143). Sum of RGB (Red+Green+Blue) = 137+140+143=420 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.62% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 143 - color contains mainly: blue. Hex color #898C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C8F is #767370. Grayscale: #8B8B8B. Windows color (decimal): -7762801 or 9407625. OLE color: 9407625.

HSL color Cylindrical-coordinate representation of color #898C8F: hue angle of 210º 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 #898C8F is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 140 143 -
CMYK 0.04 0.02 0 0.44
HSL 210º 0.03% 0.55% -
HSV(B) 210º 0.04% 0.56% -
XYZ 24.65 26.06 29.72 -
YUV 139.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 137 140 143 0.04 0.02 0 0.44 210 0.03 0.55
Hex 89 8C 8F 4 2 0 2C D2 3 37
Octal 211 214 217 4 2 0 54 322 3 67
Binary 10001001 10001100 10001111 100 10 0 101100 11010010 11 110111

Color Harmonies of #898C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C8F

Black with #898C8F

Text Example


Text Example

White with #898C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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