#84899F

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

Shades of Manatee #84899F

Tints of Manatee #84899F

Color information

#84899F (or 0x84899F) is unknown color: approx Manatee. HEX triplet: 84, 89 and 9F. RGB value is (132,137,159). Sum of RGB (Red+Green+Blue) = 132+137+159=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #84899F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84899F is #7B7660. Grayscale: #898989. Windows color (decimal): -8091233 or 10455428. OLE color: 10455428.

HSL color Cylindrical-coordinate representation of color #84899F: hue angle of 228.89º 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 #84899F is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132137159-
CMYK0.170.1400.38
HSL228.89º12.33%57.06%-
HSV(B)228.89º16.98%62.35%-
XYZ24.7225.336.38-
YUV138.01139.84123.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 159 (62.5% from 255) = 37.15%
R=30.84%
G=32.01%
B=37.15%

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
Decimal1321371590.170.1400.38228.8912.3357.06
Hex84899F11E026e5c39
Octal20421123721160463451471
Binary1000010010001001100111111000111100100110111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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