#898C93

Color #898C93 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #898C93

Tints of Manatee #898C93

Color information

#898C93 (or 0x898C93) is unknown color: approx Manatee. HEX triplet: 89, 8C and 93. RGB value is (137,140,147). Sum of RGB (Red+Green+Blue) = 137+140+147=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 147 - color contains mainly: blue. Hex color #898C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898C93 is #76736C. Grayscale: #8B8B8B. Windows color (decimal): -7762797 or 9669769. OLE color: 9669769.

HSL color Cylindrical-coordinate representation of color #898C93: hue angle of 222º 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 #898C93 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137140147-
CMYK0.070.0500.42
HSL222º4.42%55.69%-
HSV(B)222º6.8%57.65%-
XYZ24.9626.1831.34-
YUV139.9132.01125.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.31%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 147 (57.81% from 255) = 34.67%
R=32.31%
G=33.02%
B=34.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371401470.070.0500.422224.4255.69
Hex898C937502Ade438
Octal21121422375052336470
Binary100010011000110010010011111101010101011011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #898C93;
 }
 .AnyTagClassName
 {
   color: #898C93;
 }
</style>
background-color css

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

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

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

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

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

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