#898FA2

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

Shades of Manatee #898FA2

Tints of Manatee #898FA2

Color information

#898FA2 (or 0x898FA2) is unknown color: approx Manatee. HEX triplet: 89, 8F and A2. RGB value is (137,143,162). Sum of RGB (Red+Green+Blue) = 137+143+162=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 162 - color contains mainly: blue. Hex color #898FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898FA2 is #76705D. Grayscale: #8F8F8F. Windows color (decimal): -7762014 or 10653577. OLE color: 10653577.

HSL color Cylindrical-coordinate representation of color #898FA2: hue angle of 225.6º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898FA2 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB137143162-
CMYK0.150.1200.36
HSL225.6º11.85%58.63%-
HSV(B)225.6º15.43%63.53%-
XYZ26.6627.5738.1-
YUV143.37138.51123.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 143 (56.25% from 255) = 32.35%
BLUE value IS 162 (63.67% from 255) = 36.65%
R=31.00%
G=32.35%
B=36.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1371431620.150.1200.36225.611.8558.63
Hex898FA2FC024e2c3b
Octal21121724217140443421473
Binary100010011000111110100010111111000100100111000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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