#848BAA

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

Shades of Manatee #848BAA

Tints of Manatee #848BAA

Color information

#848BAA (or 0x848BAA) is unknown color: approx Manatee. HEX triplet: 84, 8B and AA. RGB value is (132,139,170). Sum of RGB (Red+Green+Blue) = 132+139+170=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #848BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848BAA is #7B7455. Grayscale: #8C8C8C. Windows color (decimal): -8090710 or 11176836. OLE color: 11176836.

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

Color convert

RGB132139170-
CMYK0.220.1800.33
HSL228.95º18.27%59.22%-
HSV(B)228.95º22.35%66.67%-
XYZ2626.2741.73-
YUV140.44144.68121.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 139 (54.69% from 255) = 31.52%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=29.93%
G=31.52%
B=38.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321391700.220.1800.33228.9518.2759.22
Hex848BAA1612021e5123b
Octal20421325226220413452273
Binary100001001000101110101010101101001001000011110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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