#84889F

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

Shades of Manatee #84889F

Tints of Manatee #84889F

Color information

#84889F (or 0x84889F) is unknown color: approx Manatee. HEX triplet: 84, 88 and 9F. RGB value is (132,136,159). Sum of RGB (Red+Green+Blue) = 132+136+159=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #84889F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84889F is #7B7760. Grayscale: #898989. Windows color (decimal): -8091489 or 10455172. OLE color: 10455172.

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

Color convert

RGB132136159-
CMYK0.170.1400.38
HSL231.11º12.33%57.06%-
HSV(B)231.11º16.98%62.35%-
XYZ24.5825.0236.33-
YUV137.43140.17124.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 159 (62.5% from 255) = 37.24%
R=30.91%
G=31.85%
B=37.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321361590.170.1400.38231.1112.3357.06
Hex84889F11E026e7c39
Octal20421023721160463471471
Binary1000010010001000100111111000111100100110111001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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