#8485AB

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

Shades of Manatee #8485AB

Tints of Manatee #8485AB

Color information

#8485AB (or 0x8485AB) is unknown color: approx Manatee. HEX triplet: 84, 85 and AB. RGB value is (132,133,171). Sum of RGB (Red+Green+Blue) = 132+133+171=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #8485AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8485AB is #7B7A54. Grayscale: #888888. Windows color (decimal): -8092245 or 11240836. OLE color: 11240836.

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

Color convert

RGB132133171-
CMYK0.230.2200.33
HSL238.46º18.84%59.41%-
HSV(B)238.46º22.81%67.06%-
XYZ25.2524.6241.95-
YUV137.03147.17124.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.28%
GREEN value IS 133 (52.34% from 255) = 30.50%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=30.28%
G=30.50%
B=39.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321331710.230.2200.33238.4618.8459.41
Hex8485AB1716021ee133b
Octal20420525327260413562373
Binary100001001000010110101011101111011001000011110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8485AB; }

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

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

<style>
 a { background-color: #8485AB; }

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

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

<style>
 span { border-color: #8485AB; }

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

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