#848694

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

Shades of Manatee #848694

Tints of Manatee #848694

Color information

#848694 (or 0x848694) is unknown color: approx Manatee. HEX triplet: 84, 86 and 94. RGB value is (132,134,148). Sum of RGB (Red+Green+Blue) = 132+134+148=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #848694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848694 is #7B796B. Grayscale: #868686. Windows color (decimal): -8092012 or 9733764. OLE color: 9733764.

HSL color Cylindrical-coordinate representation of color #848694: hue angle of 232.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #848694 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132134148-
CMYK0.110.0900.42
HSL232.5º6.96%54.9%-
HSV(B)232.5º10.81%58.04%-
XYZ23.3924.0931.43-
YUV135135.34125.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.88%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 148 (58.20% from 255) = 35.75%
R=31.88%
G=32.37%
B=35.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321341480.110.0900.42232.56.9654.9
Hex848694B902Ae8737
Octal2042062241311052350767
Binary10000100100001101001010010111001010101011101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848694; }

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

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

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

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

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

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

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

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