COLOR #7B6ED2

HEX: #7B6ED2
RGB: (123,110,210)

Color info

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

RGB color model

#7B6ED2 color RGB value is (123,110,210).

  • red value is 123;
  • green value is 110;
  • blue value is 210.
RGB:
(123,110,210)
(48%,43%,82%)

RGB channels and saturation

R 123 of 255 = 48%
G 110 of 255 = 43%
B 210 of 255 = 82%

123
110
210

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

Portions of RGB colors in percentages

R + G + B =
123 + 110 + 210 = 443 (100%)
R 123 of 443 ~ 27.77%
G 110 of 443 ~ 24.83%
B 210 of 443 ~ 47.4%

%27.77
%24.83
%47.4

CMYK color model

#7B6ED2 color CMYK value is (41,48,0,18).

  • cyan value is 41.43%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(41,48,0,18)
C41M48Y0K18 
(41%,48%,0%,18%)
(0.41/0.48/0.00/0.18)	

CMYK percentages

%41.43
%47.62
%0
%17.65

Codes

Color #7B6ED2 in popluar color models

7B6ED2
RGB123110210
HSL248°52.63%62.75%
HSB/HSV248°47.62%82.35%
CMYK41.43%47.62%0.00%
17.65%

Color #7B6ED2 in popluar number systems.

HEX7B6ED2
Decimal123110210
Binary1111011110111011010010
Octal173156322

Shades and tints

Shades of #7B6ED2

#7B6ED2
(123,110,210)
#7064BF
(112,100,191)
#655AAC
(101,90,172)
#5A5099
(90,80,153)
#4F4686
(79,70,134)
#443C73
(68,60,115)
#393260
(57,50,96)
#2E284D
(46,40,77)
#231E3A
(35,30,58)
#181427
(24,20,39)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #7B6ED2

#7B6ED2
(123,110,210)
#877BD6
(135,123,214)
#9388DA
(147,136,218)
#9F95DE
(159,149,222)
#ABA2E2
(171,162,226)
#B7AFE6
(183,175,230)
#C3BCEA
(195,188,234)
#CFC9EE
(207,201,238)
#DBD6F2
(219,214,242)
#E7E3F6
(231,227,246)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6ED2 color. Also use rgb(123,110,210) instead hex code.

Text Font Color

.myTextColor { color: #7B6ED2; }

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

This text font color is #7B6ED2.


Background Color

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

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

This div background color is #7B6ED2.


Border color

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

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

This div border color is #7B6ED2.


Opacity

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

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

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

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

This text has shadow with #7B6ED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6ED2 on black background.


Color preview on white background

This text has color #7B6ED2 on white background.



Black color preview on #7B6ED2 background

This text has black color on #7B6ED2 background.


White color preview on #7B6ED2 background

This text has white color on #7B6ED2 background.