#82688E

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

Shades of Mamba #82688E

Tints of Mamba #82688E

Color information

#82688E (or 0x82688E) is unknown color: approx Mamba. HEX triplet: 82, 68 and 8E. RGB value is (130,104,142). Sum of RGB (Red+Green+Blue) = 130+104+142=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #82688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82688E is #7D9771. Grayscale: #737373. Windows color (decimal): -8230770 or 9332866. OLE color: 9332866.

HSL color Cylindrical-coordinate representation of color #82688E: hue angle of 281.05º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82688E is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130104142-
CMYK0.080.2700.44
HSL281.05º15.45%48.24%-
HSV(B)281.05º26.76%55.69%-
XYZ19.0416.627.79-
YUV116.11142.61137.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.57%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=34.57%
G=27.66%
B=37.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301041420.080.2700.44281.0515.4548.24
Hex82688E81B02C119f30
Octal20215021610330544311760
Binary1000001011010001000111010001101101011001000110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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