#84868D

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

Shades of Manatee #84868D

Tints of Manatee #84868D

Color information

#84868D (or 0x84868D) is unknown color: approx Manatee. HEX triplet: 84, 86 and 8D. RGB value is (132,134,141). Sum of RGB (Red+Green+Blue) = 132+134+141=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 141 - color contains mainly: blue. Hex color #84868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84868D is #7B7972. Grayscale: #868686. Windows color (decimal): -8092019 or 9275012. OLE color: 9275012.

HSL color Cylindrical-coordinate representation of color #84868D: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84868D is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132134141-
CMYK0.060.0500.45
HSL226.67º3.8%53.53%-
HSV(B)226.67º6.38%55.29%-
XYZ22.8523.8828.6-
YUV134.2131.84126.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 141 (55.47% from 255) = 34.64%
R=32.43%
G=32.92%
B=34.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321341410.060.0500.45226.673.853.53
Hex84868D6502De3436
Octal20420621565055343466
Binary100001001000011010001101110101010110111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84868D; }

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

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

<style>
 a { background-color: #84868D; }

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

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

<style>
 span { border-color: #84868D; }

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

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