#898A9A

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

Shades of Manatee #898A9A

Tints of Manatee #898A9A

Color information

#898A9A (or 0x898A9A) is unknown color: approx Manatee. HEX triplet: 89, 8A and 9A. RGB value is (137,138,154). Sum of RGB (Red+Green+Blue) = 137+138+154=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #898A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898A9A is #767565. Grayscale: #8B8B8B. Windows color (decimal): -7763302 or 10128009. OLE color: 10128009.

HSL color Cylindrical-coordinate representation of color #898A9A: hue angle of 236.47º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #898A9A is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB137138154-
CMYK0.110.1000.40
HSL236.47º7.76%57.06%-
HSV(B)236.47º11.04%60.39%-
XYZ25.2425.8334.23-
YUV139.52136.17126.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=31.93%
G=32.17%
B=35.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1371381540.110.1000.40236.477.7657.06
Hex898A9ABA028ec839
Octal21121223213120503541071
Binary100010011000101010011010101110100101000111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,138,154); }

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

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

 a { background-color: rgb(137,138,154); }

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

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

 span { border-color: rgb(137,138,154); }

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