Html Css Color HEX #898C90 Aluminium

📋 copy color: '#898C90'

red 137 ◦ green 140 ◦ blue 144

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

Shades of Aluminium #898C90

Tints of Aluminium #898C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 32.54%
G = 33.25%
B = 34.2%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#898C90 (or 0x898C90) is known color: Aluminium. HEX triplet: 89, 8C and 90. RGB value is (137,140,144). Sum of RGB (Red+Green+Blue) = 137+140+144=421 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.54% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 144 - color contains mainly: blue. Hex color #898C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C90 is #76736F. Grayscale: #8B8B8B. Windows color (decimal): -7762800 or 9473161. OLE color: 9473161.

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

Color convert

RGB 137 140 144 -
CMYK 0.05 0.03 0 0.44
HSL 214.29º 0.03% 0.55% -
HSV(B) 214.29º 0.05% 0.56% -
XYZ 24.73 26.09 30.12 -
YUV 139.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 137 140 144 0.05 0.03 0 0.44 214.29 0.03 0.55
Hex 89 8C 90 5 3 0 2C D6 3 37
Octal 211 214 220 5 3 0 54 326 3 67
Binary 10001001 10001100 10010000 101 11 0 101100 11010110 11 110111

Color Harmonies of #898C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898C90

Black with #898C90

Text Example


Text Example

White with #898C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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