#848698

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

Shades of Manatee #848698

Tints of Manatee #848698

Color information

#848698 (or 0x848698) is unknown color: approx Manatee. HEX triplet: 84, 86 and 98. RGB value is (132,134,152). Sum of RGB (Red+Green+Blue) = 132+134+152=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #848698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848698 is #7B7967. Grayscale: #878787. Windows color (decimal): -8092008 or 9995908. OLE color: 9995908.

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

Color convert

RGB132134152-
CMYK0.130.1200.40
HSL234º8.85%55.69%-
HSV(B)234º13.16%59.61%-
XYZ23.7124.2233.13-
YUV135.45137.34125.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 134 (52.73% from 255) = 32.06%
BLUE value IS 152 (59.77% from 255) = 36.36%
R=31.58%
G=32.06%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321341520.130.1200.402348.8555.69
Hex848698DC028ea938
Octal20420623015140503521170
Binary100001001000011010011000110111000101000111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848698; }

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

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

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

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

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

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

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

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