#84889E

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

Shades of Manatee #84889E

Tints of Manatee #84889E

Color information

#84889E (or 0x84889E) is unknown color: approx Manatee. HEX triplet: 84, 88 and 9E. RGB value is (132,136,158). Sum of RGB (Red+Green+Blue) = 132+136+158=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #84889E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84889E is #7B7761. Grayscale: #898989. Windows color (decimal): -8091490 or 10389636. OLE color: 10389636.

HSL color Cylindrical-coordinate representation of color #84889E: hue angle of 230.77º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84889E is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132136158-
CMYK0.160.1400.38
HSL230.77º11.82%56.86%-
HSV(B)230.77º16.46%61.96%-
XYZ24.4924.9835.88-
YUV137.31139.67124.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.99%
GREEN value IS 136 (53.52% from 255) = 31.92%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=30.99%
G=31.92%
B=37.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321361580.160.1400.38230.7711.8256.86
Hex84889E10E026e7c39
Octal20421023620160463471471
Binary1000010010001000100111101000011100100110111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84889E; }

 p { color: rgb(132,136,158); }

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

<style>
 a { background-color: #84889E; }

 a { background-color: rgb(132,136,158); }

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

<style>
 span { border-color: #84889E; }

 span { border-color: rgb(132,136,158); }

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