COLOR #7E65B6

HEX: #7E65B6
RGB: (126,101,182)

Color info

#7E65B6 contains mainly red and blue colors. Web safe color of #7E65B6 is #6666CC (or #66C).

RGB color model

#7E65B6 color RGB value is (126,101,182).

  • red value is 126;
  • green value is 101;
  • blue value is 182.
RGB:
(126,101,182)
(49%,40%,71%)

RGB channels and saturation

R 126 of 255 = 49%
G 101 of 255 = 40%
B 182 of 255 = 71%

126
101
182

R + G + B ~ 53%. #7E65B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 101 + 182 = 409 (100%)
R 126 of 409 ~ 30.81%
G 101 of 409 ~ 24.69%
B 182 of 409 ~ 44.5%

%30.81
%24.69
%44.5

CMYK color model

#7E65B6 color CMYK value is (31,45,0,29).

  • cyan value is 30.77%
  • magenta value is 44.51%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(31,45,0,29)
C31M45Y0K29 
(31%,45%,0%,29%)
(0.31/0.45/0.00/0.29)	

CMYK percentages

%30.77
%44.51
%0
%28.63

Codes

Color #7E65B6 in popluar color models

7E65B6
RGB126101182
HSL259°35.68%55.49%
HSB/HSV259°44.51%71.37%
CMYK30.77%44.51%0.00%
28.63%

Color #7E65B6 in popluar number systems.

HEX7E65B6
Decimal126101182
Binary1111110110010110110110
Octal176145266

Shades and tints

Shades of #7E65B6

#7E65B6
(126,101,182)
#735CA6
(115,92,166)
#685396
(104,83,150)
#5D4A86
(93,74,134)
#524176
(82,65,118)
#473866
(71,56,102)
#3C2F56
(60,47,86)
#312646
(49,38,70)
#261D36
(38,29,54)
#1B1426
(27,20,38)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #7E65B6

#7E65B6
(126,101,182)
#8973BC
(137,115,188)
#9481C2
(148,129,194)
#9F8FC8
(159,143,200)
#AA9DCE
(170,157,206)
#B5ABD4
(181,171,212)
#C0B9DA
(192,185,218)
#CBC7E0
(203,199,224)
#D6D5E6
(214,213,230)
#E1E3EC
(225,227,236)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E65B6 color. Also use rgb(126,101,182) instead hex code.

Text Font Color

.myTextColor { color: #7E65B6; }

<p style="color:#7E65B6">This sample text font color is #7E65B6.</p>

This text font color is #7E65B6.


Background Color

.myBgColor { background-color: #7E65B6; }

<div style="background-color:#7E65B6">Inner text</div>

This div background color is #7E65B6.


Border color

.myBorderColor { border: 1px solid #7E65B6; }

<div style="border:3px solid #7E65B6">Div</div>

This div border color is #7E65B6.


Opacity

.myOpacity80 { color: #7E65B6; opacity: 0.8; }

<p style="color:#7E65B6;opacity:0.8;">80%</p>

Text with #7E65B6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E65B6;}

<p style="text-shadow: 3px 3px 1px #7E65B6">Text here.</p>

This text has shadow with #7E65B6 color.

.textShadow {text-shadow: 3px 3px 1px #7E65B6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E65B6, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E65B6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E65B6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E65B6, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E65B6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7E65B6;
  -webkit-box-shadow:	1px 1px 3px 2px #7E65B6;
  box-shadow:		1px 1px 3px 2px #7E65B6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E65B6;
-webkit-box-shadow: 1px 1px 3px 2px #7E65B6;
box-shadow:1px 1px 3px 2px #7E65B6;">
Div content here</div>
This div box has shadow with color #7E65B6.

Preview

Color preview on black background

This text has color #7E65B6 on black background.


Color preview on white background

This text has color #7E65B6 on white background.



Black color preview on #7E65B6 background

This text has black color on #7E65B6 background.


White color preview on #7E65B6 background

This text has white color on #7E65B6 background.