#848CA3

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

Shades of Manatee #848CA3

Tints of Manatee #848CA3

Color information

#848CA3 (or 0x848CA3) is unknown color: approx Manatee. HEX triplet: 84, 8C and A3. RGB value is (132,140,163). Sum of RGB (Red+Green+Blue) = 132+140+163=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 163 - color contains mainly: blue. Hex color #848CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CA3 is #7B735C. Grayscale: #8C8C8C. Windows color (decimal): -8090461 or 10718340. OLE color: 10718340.

HSL color Cylindrical-coordinate representation of color #848CA3: hue angle of 224.52º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #848CA3 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB132140163-
CMYK0.190.1400.36
HSL224.52º14.42%57.84%-
HSV(B)224.52º19.02%63.92%-
XYZ25.526.3138.38-
YUV140.23140.85122.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=30.34%
G=32.18%
B=37.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1321401630.190.1400.36224.5214.4257.84
Hex848CA313E024e1e3a
Octal20421424323160443411672
Binary1000010010001100101000111001111100100100111000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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