#8989AC

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

Shades of Manatee #8989AC

Tints of Manatee #8989AC

Color information

#8989AC (or 0x8989AC) is unknown color: approx Manatee. HEX triplet: 89, 89 and AC. RGB value is (137,137,172). Sum of RGB (Red+Green+Blue) = 137+137+172=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #8989AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8989AC is #767653. Grayscale: #8C8C8C. Windows color (decimal): -7763540 or 11307401. OLE color: 11307401.

HSL color Cylindrical-coordinate representation of color #8989AC: hue angle of 240º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8989AC is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137137172-
CMYK0.200.2000.33
HSL240º17.41%60.59%-
HSV(B)240º20.35%67.45%-
XYZ26.7126.1942.68-
YUV140.99145.5125.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.72%
GREEN value IS 137 (53.91% from 255) = 30.72%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=30.72%
G=30.72%
B=38.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371371720.200.2000.3324017.4160.59
Hex8989AC1414021f0113d
Octal21121125424240413602175
Binary100010011000100110101100101001010001000011111000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8989AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8989AC; }

 p { color: rgb(137,137,172); }

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

<style>
 a { background-color: #8989AC; }

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

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

<style>
 span { border-color: #8989AC; }

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

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