#848CA5

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

Shades of Manatee #848CA5

Tints of Manatee #848CA5

Color information

#848CA5 (or 0x848CA5) is unknown color: approx Manatee. HEX triplet: 84, 8C and A5. RGB value is (132,140,165). Sum of RGB (Red+Green+Blue) = 132+140+165=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 165 - color contains mainly: blue. Hex color #848CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CA5 is #7B735A. Grayscale: #8C8C8C. Windows color (decimal): -8090459 or 10849412. OLE color: 10849412.

HSL color Cylindrical-coordinate representation of color #848CA5: hue angle of 225.45º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #848CA5 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB132140165-
CMYK0.200.1500.35
HSL225.45º15.49%58.24%-
HSV(B)225.45º20%64.71%-
XYZ25.6926.3839.34-
YUV140.46141.85121.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=30.21%
G=32.04%
B=37.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1321401650.200.1500.35225.4515.4958.24
Hex848CA514F023e1f3a
Octal20421424524170433411772
Binary1000010010001100101001011010011110100011111000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848CA5; }

 p { color: rgb(132,140,165); }

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

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

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

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

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

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

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