#7E6987

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

Shades of Mamba #7E6987

Tints of Mamba #7E6987

Color information

#7E6987 (or 0x7E6987) is unknown color: approx Mamba. HEX triplet: 7E, 69 and 87. RGB value is (126,105,135). Sum of RGB (Red+Green+Blue) = 126+105+135=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #7E6987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E6987 is #819678. Grayscale: #727272. Windows color (decimal): -8492665 or 8874366. OLE color: 8874366.

HSL color Cylindrical-coordinate representation of color #7E6987: hue angle of 282º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E6987 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB126105135-
CMYK0.070.2200.47
HSL282º12.5%47.06%-
HSV(B)282º22.22%52.94%-
XYZ18.0316.2925.12-
YUV114.7139.46136.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.43%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=34.43%
G=28.69%
B=36.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1261051350.070.2200.4728212.547.06
Hex7E698771602F11ac2f
Octal1761512077260574321457
Binary11111101101001100001111111011001011111000110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,105,135); }

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

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

 a { background-color: rgb(126,105,135); }

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

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

 span { border-color: rgb(126,105,135); }

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