#81828D

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

Shades of Manatee #81828D

Tints of Manatee #81828D

Color information

#81828D (or 0x81828D) is unknown color: approx Manatee. HEX triplet: 81, 82 and 8D. RGB value is (129,130,141). Sum of RGB (Red+Green+Blue) = 129+130+141=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #81828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81828D is #7E7D72. Grayscale: #828282. Windows color (decimal): -8289651 or 9273985. OLE color: 9273985.

HSL color Cylindrical-coordinate representation of color #81828D: hue angle of 235º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81828D is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129130141-
CMYK0.090.0800.45
HSL235º5%52.94%-
HSV(B)235º8.51%55.29%-
XYZ21.8422.5628.4-
YUV130.96133.67126.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.25%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 141 (55.47% from 255) = 35.25%
R=32.25%
G=32.5%
B=35.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291301410.090.0800.45235552.94
Hex81828D9802Deb535
Octal2012022151110055353565
Binary10000001100000101000110110011000010110111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81828D; }

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

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

<style>
 a { background-color: #81828D; }

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

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

<style>
 span { border-color: #81828D; }

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

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