#81829F

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

Shades of Manatee #81829F

Tints of Manatee #81829F

Color information

#81829F (or 0x81829F) is unknown color: approx Manatee. HEX triplet: 81, 82 and 9F. RGB value is (129,130,159). Sum of RGB (Red+Green+Blue) = 129+130+159=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 159 - color contains mainly: blue. Hex color #81829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81829F is #7E7D60. Grayscale: #848484. Windows color (decimal): -8289633 or 10453633. OLE color: 10453633.

HSL color Cylindrical-coordinate representation of color #81829F: hue angle of 238º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81829F is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB129130159-
CMYK0.190.1800.38
HSL238º13.51%56.47%-
HSV(B)238º18.87%62.35%-
XYZ23.2923.1436.04-
YUV133.01142.67125.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=30.86%
G=31.10%
B=38.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1291301590.190.1800.3823813.5156.47
Hex81829F1312026eee38
Octal20120223723220463561670
Binary10000001100000101001111110011100100100110111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81829F; }

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

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

<style>
 a { background-color: #81829F; }

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

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

<style>
 span { border-color: #81829F; }

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

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