#84849F

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

Shades of Manatee #84849F

Tints of Manatee #84849F

Color information

#84849F (or 0x84849F) is unknown color: approx Manatee. HEX triplet: 84, 84 and 9F. RGB value is (132,132,159). Sum of RGB (Red+Green+Blue) = 132+132+159=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #84849F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84849F is #7B7B60. Grayscale: #868686. Windows color (decimal): -8092513 or 10454148. OLE color: 10454148.

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

Color convert

RGB132132159-
CMYK0.170.1700.38
HSL240º12.33%57.06%-
HSV(B)240º16.98%62.35%-
XYZ24.0223.9136.15-
YUV135.08141.5125.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 132 (51.95% from 255) = 31.21%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=31.21%
G=31.21%
B=37.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321321590.170.1700.3824012.3357.06
Hex84849F1111026f0c39
Octal20420423721210463601471
Binary10000100100001001001111110001100010100110111100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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