Html Css Color HEX #898E93 Aluminium

📋 copy color: '#898E93'

red 137 ◦ green 142 ◦ blue 147

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

Shades of Aluminium #898E93

Tints of Aluminium #898E93

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.33%

 BLUE value IS 147 (57.81% from 255) = 34.51%

R = 32.16%
G = 33.33%
B = 34.51%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#898E93 (or 0x898E93) is known color: Aluminium. HEX triplet: 89, 8E and 93. RGB value is (137,142,147). Sum of RGB (Red+Green+Blue) = 137+142+147=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 147 - color contains mainly: blue. Hex color #898E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898E93 is #76716C. Grayscale: #8D8D8D. Windows color (decimal): -7762285 or 9670281. OLE color: 9670281.

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

Color convert

RGB 137 142 147 -
CMYK 0.07 0.03 0 0.42
HSL 210º 0.04% 0.56% -
HSV(B) 210º 0.07% 0.58% -
XYZ 25.26 26.77 31.44 -
YUV 141.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 137 142 147 0.07 0.03 0 0.42 210 0.04 0.56
Hex 89 8E 93 7 3 0 2A D2 4 38
Octal 211 216 223 7 3 0 52 322 4 70
Binary 10001001 10001110 10010011 111 11 0 101010 11010010 100 111000

Color Harmonies of #898E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898E93

Black with #898E93

Text Example


Text Example

White with #898E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,142,147); }

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

background-color css

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

 a { background-color: rgb(137,142,147); }

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

border-color css

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

 span { border-color: rgb(137,142,147); }

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