#82688B

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

Shades of Mamba #82688B

Tints of Mamba #82688B

Color information

#82688B (or 0x82688B) is unknown color: approx Mamba. HEX triplet: 82, 68 and 8B. RGB value is (130,104,139). Sum of RGB (Red+Green+Blue) = 130+104+139=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #82688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #82688B is #7D9774. Grayscale: #737373. Windows color (decimal): -8230773 or 9136258. OLE color: 9136258.

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

Color convert

RGB130104139-
CMYK0.060.2500.45
HSL284.57º14.4%47.65%-
HSV(B)284.57º25.18%54.51%-
XYZ18.8216.5126.62-
YUV115.76141.11138.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=34.85%
G=27.88%
B=37.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301041390.060.2500.45284.5714.447.65
Hex82688B61902D11de30
Octal2021502136310554351660
Binary100000101101000100010111101100101011011000111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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