#82848D

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

Shades of Manatee #82848D

Tints of Manatee #82848D

Color information

#82848D (or 0x82848D) is unknown color: approx Manatee. HEX triplet: 82, 84 and 8D. RGB value is (130,132,141). Sum of RGB (Red+Green+Blue) = 130+132+141=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 141 - color contains mainly: blue. Hex color #82848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82848D is #7D7B72. Grayscale: #848484. Windows color (decimal): -8223603 or 9274498. OLE color: 9274498.

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

Color convert

RGB130132141-
CMYK0.080.0600.45
HSL229.09º4.6%53.14%-
HSV(B)229.09º7.8%55.29%-
XYZ22.2623.1728.5-
YUV132.43132.84126.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=32.26%
G=32.75%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301321410.080.0600.45229.094.653.14
Hex82848D8602De5535
Octal202204215106055345565
Binary1000001010000100100011011000110010110111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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