#848699

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

Shades of Manatee #848699

Tints of Manatee #848699

Color information

#848699 (or 0x848699) is unknown color: approx Manatee. HEX triplet: 84, 86 and 99. RGB value is (132,134,153). Sum of RGB (Red+Green+Blue) = 132+134+153=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #848699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848699 is #7B7966. Grayscale: #878787. Windows color (decimal): -8092007 or 10061444. OLE color: 10061444.

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

Color convert

RGB132134153-
CMYK0.140.1200.4
HSL234.29º9.33%55.88%-
HSV(B)234.29º13.73%60%-
XYZ23.7924.2633.56-
YUV135.57137.84125.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 153 (60.16% from 255) = 36.52%
R=31.50%
G=31.98%
B=36.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1321341530.140.1200.4234.299.3355.88
Hex848699EC028ea938
Octal20420623116140503521170
Binary100001001000011010011001111011000101000111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848699; }

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

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

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

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

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

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

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

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