#898CAF

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

Shades of Manatee #898CAF

Tints of Manatee #898CAF

Color information

#898CAF (or 0x898CAF) is unknown color: approx Manatee. HEX triplet: 89, 8C and AF. RGB value is (137,140,175). Sum of RGB (Red+Green+Blue) = 137+140+175=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #898CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898CAF is #767350. Grayscale: #8E8E8E. Windows color (decimal): -7762769 or 11504777. OLE color: 11504777.

HSL color Cylindrical-coordinate representation of color #898CAF: hue angle of 235.26º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #898CAF is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB137140175-
CMYK0.220.200.31
HSL235.26º19.19%61.18%-
HSV(B)235.26º21.71%68.63%-
XYZ27.4327.1744.36-
YUV143.09146.01123.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.31%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=30.31%
G=30.97%
B=38.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371401750.220.200.31235.2619.1961.18
Hex898CAF161401Feb133d
Octal21121425726240373532375
Binary10001001100011001010111110110101000111111110101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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