#84859F

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

Shades of Manatee #84859F

Tints of Manatee #84859F

Color information

#84859F (or 0x84859F) is unknown color: approx Manatee. HEX triplet: 84, 85 and 9F. RGB value is (132,133,159). Sum of RGB (Red+Green+Blue) = 132+133+159=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #84859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84859F is #7B7A60. Grayscale: #878787. Windows color (decimal): -8092257 or 10454404. OLE color: 10454404.

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

Color convert

RGB132133159-
CMYK0.170.1600.38
HSL237.78º12.33%57.06%-
HSV(B)237.78º16.98%62.35%-
XYZ24.1624.1836.2-
YUV135.66141.17125.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=31.13%
G=31.37%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321331590.170.1600.38237.7812.3357.06
Hex84859F1110026eec39
Octal20420523721200463561471
Binary10000100100001011001111110001100000100110111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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