#848899

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

Shades of Manatee #848899

Tints of Manatee #848899

Color information

#848899 (or 0x848899) is unknown color: approx Manatee. HEX triplet: 84, 88 and 99. RGB value is (132,136,153). Sum of RGB (Red+Green+Blue) = 132+136+153=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: blue. Hex color #848899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848899 is #7B7766. Grayscale: #888888. Windows color (decimal): -8091495 or 10061956. OLE color: 10061956.

HSL color Cylindrical-coordinate representation of color #848899: hue angle of 228.57º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #848899 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132136153-
CMYK0.140.1100.4
HSL228.57º9.33%55.88%-
HSV(B)228.57º13.73%60%-
XYZ24.0724.8133.66-
YUV136.74137.17124.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=31.35%
G=32.30%
B=36.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321361530.140.1100.4228.579.3355.88
Hex848899EB028e5938
Octal20421023116130503451170
Binary100001001000100010011001111010110101000111001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848899; }

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

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

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

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

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

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

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

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