#8180AC

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

Shades of Manatee #8180AC

Tints of Manatee #8180AC

Color information

#8180AC (or 0x8180AC) is unknown color: approx Manatee. HEX triplet: 81, 80 and AC. RGB value is (129,128,172). Sum of RGB (Red+Green+Blue) = 129+128+172=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #8180AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8180AC is #7E7F53. Grayscale: #858585. Windows color (decimal): -8290132 or 11305089. OLE color: 11305089.

HSL color Cylindrical-coordinate representation of color #8180AC: hue angle of 241.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8180AC is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129128172-
CMYK0.250.2600.33
HSL241.36º20.95%58.82%-
HSV(B)241.36º25.58%67.45%-
XYZ24.2223.0842.21-
YUV133.32149.83124.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.07%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=30.07%
G=29.84%
B=40.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291281720.250.2600.33241.3620.9558.82
Hex8180AC191A021f1153b
Octal20120025431320413612573
Binary100000011000000010101100110011101001000011111000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8180AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,128,172); }

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

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

 a { background-color: rgb(129,128,172); }

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

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

 span { border-color: rgb(129,128,172); }

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