#848AAC

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

Shades of Manatee #848AAC

Tints of Manatee #848AAC

Color information

#848AAC (or 0x848AAC) is unknown color: approx Manatee. HEX triplet: 84, 8A and AC. RGB value is (132,138,172). Sum of RGB (Red+Green+Blue) = 132+138+172=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #848AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848AAC is #7B7553. Grayscale: #8B8B8B. Windows color (decimal): -8090964 or 11307652. OLE color: 11307652.

HSL color Cylindrical-coordinate representation of color #848AAC: hue angle of 231º 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 #848AAC is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB132138172-
CMYK0.230.2000.33
HSL231º19.42%59.61%-
HSV(B)231º23.26%67.45%-
XYZ26.0526.0642.69-
YUV140.08146.01122.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.86%
GREEN value IS 138 (54.30% from 255) = 31.22%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=29.86%
G=31.22%
B=38.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321381720.230.2000.3323119.4259.61
Hex848AAC1714021e7133c
Octal20421225427240413472374
Binary100001001000101010101100101111010001000011110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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