#84889B

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

Shades of Manatee #84889B

Tints of Manatee #84889B

Color information

#84889B (or 0x84889B) is unknown color: approx Manatee. HEX triplet: 84, 88 and 9B. RGB value is (132,136,155). Sum of RGB (Red+Green+Blue) = 132+136+155=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #84889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84889B is #7B7764. Grayscale: #888888. Windows color (decimal): -8091493 or 10193028. OLE color: 10193028.

HSL color Cylindrical-coordinate representation of color #84889B: hue angle of 229.57º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84889B is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB132136155-
CMYK0.150.1200.39
HSL229.57º10.31%56.27%-
HSV(B)229.57º14.84%60.78%-
XYZ24.2424.8834.54-
YUV136.97138.17124.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.21%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 155 (60.94% from 255) = 36.64%
R=31.21%
G=32.15%
B=36.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321361550.150.1200.39229.5710.3156.27
Hex84889BFC027e6a38
Octal20421023317140473461270
Binary100001001000100010011011111111000100111111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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