#82879D

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

Shades of Manatee #82879D

Tints of Manatee #82879D

Color information

#82879D (or 0x82879D) is unknown color: approx Manatee. HEX triplet: 82, 87 and 9D. RGB value is (130,135,157). Sum of RGB (Red+Green+Blue) = 130+135+157=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #82879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82879D is #7D7862. Grayscale: #878787. Windows color (decimal): -8222819 or 10323842. OLE color: 10323842.

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

Color convert

RGB130135157-
CMYK0.170.1400.38
HSL228.89º12.11%56.27%-
HSV(B)228.89º17.2%61.57%-
XYZ23.9624.5135.37-
YUV136.01139.84123.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.81%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=30.81%
G=31.99%
B=37.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301351570.170.1400.38228.8912.1156.27
Hex82879D11E026e5c38
Octal20220723521160463451470
Binary1000001010000111100111011000111100100110111001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,135,157); }

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

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

 a { background-color: rgb(130,135,157); }

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

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

 span { border-color: rgb(130,135,157); }

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