#82838D

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

Shades of Manatee #82838D

Tints of Manatee #82838D

Color information

#82838D (or 0x82838D) is unknown color: approx Manatee. HEX triplet: 82, 83 and 8D. RGB value is (130,131,141). Sum of RGB (Red+Green+Blue) = 130+131+141=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #82838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82838D is #7D7C72. Grayscale: #838383. Windows color (decimal): -8223859 or 9274242. OLE color: 9274242.

HSL color Cylindrical-coordinate representation of color #82838D: 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 #82838D is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130131141-
CMYK0.080.0700.45
HSL234.55º4.6%53.14%-
HSV(B)234.55º7.8%55.29%-
XYZ22.1322.928.45-
YUV131.84133.17126.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=32.34%
G=32.59%
B=35.07%

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
Decimal1301311410.080.0700.45234.554.653.14
Hex82838D8702Deb535
Octal202203215107055353565
Binary1000001010000011100011011000111010110111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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