#82688A

Color #82688A Mamba (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mamba #82688A

Tints of Mamba #82688A

Color information

#82688A (or 0x82688A) is unknown color: approx Mamba. HEX triplet: 82, 68 and 8A. RGB value is (130,104,138). Sum of RGB (Red+Green+Blue) = 130+104+138=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #82688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82688A is #7D9775. Grayscale: #737373. Windows color (decimal): -8230774 or 9070722. OLE color: 9070722.

HSL color Cylindrical-coordinate representation of color #82688A: hue angle of 285.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #82688A is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB130104138-
CMYK0.060.2500.46
HSL285.88º14.05%47.45%-
HSV(B)285.88º24.64%54.12%-
XYZ18.7416.4826.24-
YUV115.65140.61138.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 104 (41.02% from 255) = 27.96%
BLUE value IS 138 (54.30% from 255) = 37.10%
R=34.95%
G=27.96%
B=37.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301041380.060.2500.46285.8814.0547.45
Hex82688A61902E11ee2f
Octal2021502126310564361657
Binary100000101101000100010101101100101011101000111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82688A; }

 p { color: rgb(130,104,138); }

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

<style>
 a { background-color: #82688A; }

 a { background-color: rgb(130,104,138); }

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

<style>
 span { border-color: #82688A; }

 span { border-color: rgb(130,104,138); }

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