#81828C

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

Shades of Manatee #81828C

Tints of Manatee #81828C

Color information

#81828C (or 0x81828C) is unknown color: approx Manatee. HEX triplet: 81, 82 and 8C. RGB value is (129,130,140). Sum of RGB (Red+Green+Blue) = 129+130+140=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 140 - color contains mainly: blue. Hex color #81828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81828C is #7E7D73. Grayscale: #828282. Windows color (decimal): -8289652 or 9208449. OLE color: 9208449.

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

Color convert

RGB129130140-
CMYK0.080.0700.45
HSL234.55º4.56%52.75%-
HSV(B)234.55º7.86%54.9%-
XYZ21.7722.5328.01-
YUV130.84133.17126.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=32.33%
G=32.58%
B=35.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291301400.080.0700.45234.554.5652.75
Hex81828C8702Deb535
Octal201202214107055353565
Binary1000000110000010100011001000111010110111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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