#84848B

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

Shades of Manatee #84848B

Tints of Manatee #84848B

Color information

#84848B (or 0x84848B) is unknown color: approx Manatee. HEX triplet: 84, 84 and 8B. RGB value is (132,132,139). Sum of RGB (Red+Green+Blue) = 132+132+139=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 139 - color contains mainly: blue. Hex color #84848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84848B is #7B7B74. Grayscale: #848484. Windows color (decimal): -8092533 or 9143428. OLE color: 9143428.

HSL color Cylindrical-coordinate representation of color #84848B: hue angle of 240º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84848B is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB132132139-
CMYK0.050.0500.45
HSL240º2.93%53.14%-
HSV(B)240º5.04%54.51%-
XYZ22.4323.2727.74-
YUV132.8131.5127.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=32.75%
G=32.75%
B=34.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321321390.050.0500.452402.9353.14
Hex84848B5502Df0335
Octal20420421355055360365
Binary10000100100001001000101110110101011011111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84848B; }

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

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

<style>
 a { background-color: #84848B; }

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

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

<style>
 span { border-color: #84848B; }

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

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