#82869F

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

Shades of Manatee #82869F

Tints of Manatee #82869F

Color information

#82869F (or 0x82869F) is unknown color: approx Manatee. HEX triplet: 82, 86 and 9F. RGB value is (130,134,159). Sum of RGB (Red+Green+Blue) = 130+134+159=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #82869F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82869F is #7D7960. Grayscale: #878787. Windows color (decimal): -8223073 or 10454658. OLE color: 10454658.

HSL color Cylindrical-coordinate representation of color #82869F: hue angle of 231.72º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82869F is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130134159-
CMYK0.180.1600.38
HSL231.72º13.12%56.67%-
HSV(B)231.72º18.24%62.35%-
XYZ23.9924.336.23-
YUV135.65141.17123.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.73%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=30.73%
G=31.68%
B=37.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301341590.180.1600.38231.7213.1256.67
Hex82869F1210026e8d39
Octal20220623722200463501571
Binary10000010100001101001111110010100000100110111010001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82869F; }

 p { color: rgb(130,134,159); }

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

<style>
 a { background-color: #82869F; }

 a { background-color: rgb(130,134,159); }

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

<style>
 span { border-color: #82869F; }

 span { border-color: rgb(130,134,159); }

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