#8489AC

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

Shades of Manatee #8489AC

Tints of Manatee #8489AC

Color information

#8489AC (or 0x8489AC) is unknown color: approx Manatee. HEX triplet: 84, 89 and AC. RGB value is (132,137,172). Sum of RGB (Red+Green+Blue) = 132+137+172=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #8489AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8489AC is #7B7653. Grayscale: #8B8B8B. Windows color (decimal): -8091220 or 11307396. OLE color: 11307396.

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

Color convert

RGB132137172-
CMYK0.230.2000.33
HSL232.5º19.42%59.61%-
HSV(B)232.5º23.26%67.45%-
XYZ25.9125.7842.64-
YUV139.5146.34122.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=29.93%
G=31.07%
B=39.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321371720.230.2000.33232.519.4259.61
Hex8489AC1714021e8133c
Octal20421125427240413502374
Binary100001001000100110101100101111010001000011110100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8489AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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