#8181AC

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

Shades of Manatee #8181AC

Tints of Manatee #8181AC

Color information

#8181AC (or 0x8181AC) is unknown color: approx Manatee. HEX triplet: 81, 81 and AC. RGB value is (129,129,172). Sum of RGB (Red+Green+Blue) = 129+129+172=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #8181AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8181AC is #7E7E53. Grayscale: #858585. Windows color (decimal): -8289876 or 11305345. OLE color: 11305345.

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

Color convert

RGB129129172-
CMYK0.250.2500.33
HSL240º20.57%59.02%-
HSV(B)240º25%67.45%-
XYZ24.3523.3542.25-
YUV133.9149.5124.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 172 (67.58% from 255) = 40%
R=30%
G=30%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291291720.250.2500.3324020.5759.02
Hex8181AC1919021f0153b
Octal20120125431310413602573
Binary100000011000000110101100110011100101000011111000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8181AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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