COLOR #7B5BE2

HEX: #7B5BE2
RGB: (123,91,226)

Color info

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

RGB color model

#7B5BE2 color RGB value is (123,91,226).

  • red value is 123;
  • green value is 91;
  • blue value is 226.
RGB:
(123,91,226)
(48%,36%,89%)

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 226 of 255 = 89%

123
91
226

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 226 = 440 (100%)
R 123 of 440 ~ 27.95%
G 91 of 440 ~ 20.68%
B 226 of 440 ~ 51.36%

%27.95
%20.68
%51.36

CMYK color model

#7B5BE2 color CMYK value is (46,60,0,11).

  • cyan value is 45.58%
  • magenta value is 59.73%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(46,60,0,11)
C46M60Y0K11 
(46%,60%,0%,11%)
(0.46/0.60/0.00/0.11)	

CMYK percentages

%45.58
%59.73
%0
%11.37

Codes

Color #7B5BE2 in popluar color models

7B5BE2
RGB12391226
HSL254°69.95%62.16%
HSB/HSV254°59.73%88.63%
CMYK45.58%59.73%0.00%
11.37%

Color #7B5BE2 in popluar number systems.

HEX7B5BE2
Decimal12391226
Binary1111011101101111100010
Octal173133342

Shades and tints

Shades of #7B5BE2

#7B5BE2
(123,91,226)
#7053CE
(112,83,206)
#654BBA
(101,75,186)
#5A43A6
(90,67,166)
#4F3B92
(79,59,146)
#44337E
(68,51,126)
#392B6A
(57,43,106)
#2E2356
(46,35,86)
#231B42
(35,27,66)
#18132E
(24,19,46)
#0D0B1A
(13,11,26)
#000000
(0,0,0)

Tints of #7B5BE2

#7B5BE2
(123,91,226)
#8769E4
(135,105,228)
#9377E6
(147,119,230)
#9F85E8
(159,133,232)
#AB93EA
(171,147,234)
#B7A1EC
(183,161,236)
#C3AFEE
(195,175,238)
#CFBDF0
(207,189,240)
#DBCBF2
(219,203,242)
#E7D9F4
(231,217,244)
#F3E7F6
(243,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5BE2 color. Also use rgb(123,91,226) instead hex code.

Text Font Color

.myTextColor { color: #7B5BE2; }

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

This text font color is #7B5BE2.


Background Color

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

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

This div background color is #7B5BE2.


Border color

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

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

This div border color is #7B5BE2.


Opacity

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

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

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

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

This text has shadow with #7B5BE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5BE2 on black background.


Color preview on white background

This text has color #7B5BE2 on white background.



Black color preview on #7B5BE2 background

This text has black color on #7B5BE2 background.


White color preview on #7B5BE2 background

This text has white color on #7B5BE2 background.