#8182AB

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

Shades of Manatee #8182AB

Tints of Manatee #8182AB

Color information

#8182AB (or 0x8182AB) is unknown color: approx Manatee. HEX triplet: 81, 82 and AB. RGB value is (129,130,171). Sum of RGB (Red+Green+Blue) = 129+130+171=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #8182AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8182AB is #7E7D54. Grayscale: #868686. Windows color (decimal): -8289621 or 11240065. OLE color: 11240065.

HSL color Cylindrical-coordinate representation of color #8182AB: hue angle of 238.57º degrees, saturation: 0.2, 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 #8182AB is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB129130171-
CMYK0.250.2400.33
HSL238.57º20%58.82%-
HSV(B)238.57º24.56%67.06%-
XYZ24.3923.5741.79-
YUV134.38148.67124.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 130 (51.17% from 255) = 30.23%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=30%
G=30.23%
B=39.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1291301710.250.2400.33238.572058.82
Hex8182AB1918021ef143b
Octal20120225331300413572473
Binary100000011000001010101011110011100001000011110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8182AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,130,171); }

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

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

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

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

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

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

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