#848BAC

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

Shades of Manatee #848BAC

Tints of Manatee #848BAC

Color information

#848BAC (or 0x848BAC) is unknown color: approx Manatee. HEX triplet: 84, 8B and AC. RGB value is (132,139,172). Sum of RGB (Red+Green+Blue) = 132+139+172=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #848BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BAC is #7B7453. Grayscale: #8C8C8C. Windows color (decimal): -8090708 or 11307908. OLE color: 11307908.

HSL color Cylindrical-coordinate representation of color #848BAC: hue angle of 229.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848BAC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132139172-
CMYK0.230.1900.33
HSL229.5º19.42%59.61%-
HSV(B)229.5º23.26%67.45%-
XYZ26.1926.3542.74-
YUV140.67145.68121.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.80%
GREEN value IS 139 (54.69% from 255) = 31.38%
BLUE value IS 172 (67.58% from 255) = 38.83%
R=29.80%
G=31.38%
B=38.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321391720.230.1900.33229.519.4259.61
Hex848BAC1713021e6133c
Octal20421325427230413462374
Binary100001001000101110101100101111001101000011110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,139,172); }

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

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

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

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

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

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

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