#848999

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

Shades of Manatee #848999

Tints of Manatee #848999

Color information

#848999 (or 0x848999) is unknown color: approx Manatee. HEX triplet: 84, 89 and 99. RGB value is (132,137,153). Sum of RGB (Red+Green+Blue) = 132+137+153=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #848999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848999 is #7B7666. Grayscale: #898989. Windows color (decimal): -8091239 or 10062212. OLE color: 10062212.

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

Color convert

RGB132137153-
CMYK0.140.1000.4
HSL225.71º9.33%55.88%-
HSV(B)225.71º13.73%60%-
XYZ24.2125.133.71-
YUV137.33136.84124.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 137 (53.91% from 255) = 32.46%
BLUE value IS 153 (60.16% from 255) = 36.26%
R=31.28%
G=32.46%
B=36.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321371530.140.1000.4225.719.3355.88
Hex848999EA028e2938
Octal20421123116120503421170
Binary100001001000100110011001111010100101000111000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848999; }

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

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

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

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

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

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

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

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