#84889D

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

Shades of Manatee #84889D

Tints of Manatee #84889D

Color information

#84889D (or 0x84889D) is unknown color: approx Manatee. HEX triplet: 84, 88 and 9D. RGB value is (132,136,157). Sum of RGB (Red+Green+Blue) = 132+136+157=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #84889D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84889D is #7B7762. Grayscale: #898989. Windows color (decimal): -8091491 or 10324100. OLE color: 10324100.

HSL color Cylindrical-coordinate representation of color #84889D: hue angle of 230.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84889D is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132136157-
CMYK0.160.1300.38
HSL230.4º11.31%56.67%-
HSV(B)230.4º15.92%61.57%-
XYZ24.4124.9535.43-
YUV137.2139.17124.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.06%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 157 (61.72% from 255) = 36.94%
R=31.06%
G=32%
B=36.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321361570.160.1300.38230.411.3156.67
Hex84889D10D026e6b39
Octal20421023520150463461371
Binary1000010010001000100111011000011010100110111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,136,157); }

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

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

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

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

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

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

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