COLOR #7E65BB

HEX: #7E65BB
RGB: (126,101,187)

Color info

#7E65BB contains mainly blue color. Web safe color of #7E65BB is #6666CC (or #66C).

RGB color model

#7E65BB color RGB value is (126,101,187).

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

RGB channels and saturation

R 126 of 255 = 49%
G 101 of 255 = 40%
B 187 of 255 = 73%

126
101
187

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

Portions of RGB colors in percentages

R + G + B =
126 + 101 + 187 = 414 (100%)
R 126 of 414 ~ 30.43%
G 101 of 414 ~ 24.4%
B 187 of 414 ~ 45.17%

%30.43
%24.4
%45.17

CMYK color model

#7E65BB color CMYK value is (33,46,0,27).

  • cyan value is 32.62%
  • magenta value is 45.99%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,46,0,27)
C33M46Y0K27 
(33%,46%,0%,27%)
(0.33/0.46/0.00/0.27)	

CMYK percentages

%32.62
%45.99
%0
%26.67

Codes

Color #7E65BB in popluar color models

7E65BB
RGB126101187
HSL257°38.74%56.47%
HSB/HSV257°45.99%73.33%
CMYK32.62%45.99%0.00%
26.67%

Color #7E65BB in popluar number systems.

HEX7E65BB
Decimal126101187
Binary1111110110010110111011
Octal176145273

Shades and tints

Shades of #7E65BB

#7E65BB
(126,101,187)
#735CAA
(115,92,170)
#685399
(104,83,153)
#5D4A88
(93,74,136)
#524177
(82,65,119)
#473866
(71,56,102)
#3C2F55
(60,47,85)
#312644
(49,38,68)
#261D33
(38,29,51)
#1B1422
(27,20,34)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #7E65BB

#7E65BB
(126,101,187)
#8973C1
(137,115,193)
#9481C7
(148,129,199)
#9F8FCD
(159,143,205)
#AA9DD3
(170,157,211)
#B5ABD9
(181,171,217)
#C0B9DF
(192,185,223)
#CBC7E5
(203,199,229)
#D6D5EB
(214,213,235)
#E1E3F1
(225,227,241)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E65BB; }

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

This text font color is #7E65BB.


Background Color

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

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

This div background color is #7E65BB.


Border color

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

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

This div border color is #7E65BB.


Opacity

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

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

Text with #7E65BB 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 #7E65BB;}

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

This text has shadow with #7E65BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E65BB on black background.


Color preview on white background

This text has color #7E65BB on white background.



Black color preview on #7E65BB background

This text has black color on #7E65BB background.


White color preview on #7E65BB background

This text has white color on #7E65BB background.