#848499

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

Shades of Manatee #848499

Tints of Manatee #848499

Color information

#848499 (or 0x848499) is unknown color: approx Manatee. HEX triplet: 84, 84 and 99. RGB value is (132,132,153). Sum of RGB (Red+Green+Blue) = 132+132+153=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #848499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848499 is #7B7B66. Grayscale: #868686. Windows color (decimal): -8092519 or 10060932. OLE color: 10060932.

HSL color Cylindrical-coordinate representation of color #848499: hue angle of 240º 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 #848499 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB132132153-
CMYK0.140.1400.4
HSL240º9.33%55.88%-
HSV(B)240º13.73%60%-
XYZ23.5223.7133.47-
YUV134.39138.5126.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=31.65%
G=31.65%
B=36.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321321530.140.1400.42409.3355.88
Hex848499EE028f0938
Octal20420423116160503601170
Binary100001001000010010011001111011100101000111100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848499; }

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

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

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

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

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

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

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

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