#8485AC

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

Shades of Manatee #8485AC

Tints of Manatee #8485AC

Color information

#8485AC (or 0x8485AC) is unknown color: approx Manatee. HEX triplet: 84, 85 and AC. RGB value is (132,133,172). Sum of RGB (Red+Green+Blue) = 132+133+172=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #8485AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8485AC is #7B7A53. Grayscale: #888888. Windows color (decimal): -8092244 or 11306372. OLE color: 11306372.

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

Color convert

RGB132133172-
CMYK0.230.2300.33
HSL238.5º19.42%59.61%-
HSV(B)238.5º23.26%67.45%-
XYZ25.3524.6642.45-
YUV137.15147.67124.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=30.21%
G=30.43%
B=39.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321331720.230.2300.33238.519.4259.61
Hex8485AC1717021ee133c
Octal20420525427270413562374
Binary100001001000010110101100101111011101000011110111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8485AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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