#898FA0

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

Shades of Manatee #898FA0

Tints of Manatee #898FA0

Color information

#898FA0 (or 0x898FA0) is unknown color: approx Manatee. HEX triplet: 89, 8F and A0. RGB value is (137,143,160). Sum of RGB (Red+Green+Blue) = 137+143+160=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 160 - color contains mainly: blue. Hex color #898FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898FA0 is #76705F. Grayscale: #8F8F8F. Windows color (decimal): -7762016 or 10522505. OLE color: 10522505.

HSL color Cylindrical-coordinate representation of color #898FA0: hue angle of 224.35º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #898FA0 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB137143160-
CMYK0.140.1100.37
HSL224.35º10.8%58.24%-
HSV(B)224.35º14.37%62.75%-
XYZ26.4827.537.17-
YUV143.14137.51123.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.14%
GREEN value IS 143 (56.25% from 255) = 32.5%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=31.14%
G=32.5%
B=36.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1371431600.140.1100.37224.3510.858.24
Hex898FA0EB025e0b3a
Octal21121724016130453401372
Binary100010011000111110100000111010110100101111000001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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