#84869F

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

Shades of Manatee #84869F

Tints of Manatee #84869F

Color information

#84869F (or 0x84869F) is unknown color: approx Manatee. HEX triplet: 84, 86 and 9F. RGB value is (132,134,159). Sum of RGB (Red+Green+Blue) = 132+134+159=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #84869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84869F is #7B7960. Grayscale: #888888. Windows color (decimal): -8092001 or 10454660. OLE color: 10454660.

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

Color convert

RGB132134159-
CMYK0.170.1600.38
HSL235.56º12.33%57.06%-
HSV(B)235.56º16.98%62.35%-
XYZ24.324.4636.24-
YUV136.25140.84124.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=31.06%
G=31.53%
B=37.41%

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
Decimal1321341590.170.1600.38235.5612.3357.06
Hex84869F1110026ecc39
Octal20420623721200463541471
Binary10000100100001101001111110001100000100110111011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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