#848AAB

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

Shades of Manatee #848AAB

Tints of Manatee #848AAB

Color information

#848AAB (or 0x848AAB) is unknown color: approx Manatee. HEX triplet: 84, 8A and AB. RGB value is (132,138,171). Sum of RGB (Red+Green+Blue) = 132+138+171=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #848AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848AAB is #7B7554. Grayscale: #8B8B8B. Windows color (decimal): -8090965 or 11242116. OLE color: 11242116.

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

Color convert

RGB132138171-
CMYK0.230.1900.33
HSL230.77º18.84%59.41%-
HSV(B)230.77º22.81%67.06%-
XYZ25.9526.0242.18-
YUV139.97145.51122.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=29.93%
G=31.29%
B=38.78%

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
Decimal1321381710.230.1900.33230.7718.8459.41
Hex848AAB1713021e7133b
Octal20421225327230413472373
Binary100001001000101010101011101111001101000011110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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