#8995AC

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

Shades of Manatee #8995AC

Tints of Manatee #8995AC

Color information

#8995AC (or 0x8995AC) is unknown color: approx Manatee. HEX triplet: 89, 95 and AC. RGB value is (137,149,172). Sum of RGB (Red+Green+Blue) = 137+149+172=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #8995AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8995AC is #766A53. Grayscale: #939393. Windows color (decimal): -7760468 or 11310473. OLE color: 11310473.

HSL color Cylindrical-coordinate representation of color #8995AC: hue angle of 219.43º 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 #8995AC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137149172-
CMYK0.200.1300.33
HSL219.43º17.41%60.59%-
HSV(B)219.43º20.35%67.45%-
XYZ28.5129.7943.28-
YUV148.03141.52120.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.91%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=29.91%
G=32.53%
B=37.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371491720.200.1300.33219.4317.4160.59
Hex8995AC14D021db113d
Octal21122525424150413332175
Binary10001001100101011010110010100110101000011101101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8995AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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