#848493

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

Shades of Manatee #848493

Tints of Manatee #848493

Color information

#848493 (or 0x848493) is unknown color: approx Manatee. HEX triplet: 84, 84 and 93. RGB value is (132,132,147). Sum of RGB (Red+Green+Blue) = 132+132+147=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #848493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848493 is #7B7B6C. Grayscale: #858585. Windows color (decimal): -8092525 or 9667716. OLE color: 9667716.

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

Color convert

RGB132132147-
CMYK0.100.1000.42
HSL240º6.49%54.71%-
HSV(B)240º10.2%57.65%-
XYZ23.0323.5130.93-
YUV133.71135.5126.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=32.12%
G=32.12%
B=35.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321321470.100.1000.422406.4954.71
Hex848493AA02Af0637
Octal2042042231212052360667
Binary10000100100001001001001110101010010101011110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848493; }

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

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

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

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

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

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

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

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