#7E6591

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

Shades of Mamba #7E6591

Tints of Mamba #7E6591

Color information

#7E6591 (or 0x7E6591) is unknown color: approx Mamba. HEX triplet: 7E, 65 and 91. RGB value is (126,101,145). Sum of RGB (Red+Green+Blue) = 126+101+145=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #7E6591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6591 is #819A6E. Grayscale: #717171. Windows color (decimal): -8493679 or 9528702. OLE color: 9528702.

HSL color Cylindrical-coordinate representation of color #7E6591: hue angle of 274.09º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E6591 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB126101145-
CMYK0.130.3000.43
HSL274.09º17.89%48.24%-
HSV(B)274.09º30.34%56.86%-
XYZ18.3715.7928.87-
YUV113.49145.78136.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.87%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=33.87%
G=27.15%
B=38.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1261011450.130.3000.43274.0917.8948.24
Hex7E6591D1E02B1121230
Octal17614522115360534222260
Binary1111110110010110010001110111110010101110001001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E6591; }

 p { color: rgb(126,101,145); }

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

<style>
 a { background-color: #7E6591; }

 a { background-color: rgb(126,101,145); }

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

<style>
 span { border-color: #7E6591; }

 span { border-color: rgb(126,101,145); }

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