COLOR #7B5BE9

HEX: #7B5BE9
RGB: (123,91,233)

Color info

#7B5BE9 contains mainly blue color. Web safe color of #7B5BE9 is #6666FF (or #66F).

RGB color model

#7B5BE9 color RGB value is (123,91,233).

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

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 233 of 255 = 91%

123
91
233

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 233 = 447 (100%)
R 123 of 447 ~ 27.52%
G 91 of 447 ~ 20.36%
B 233 of 447 ~ 52.13%

%27.52
%20.36
%52.13

CMYK color model

#7B5BE9 color CMYK value is (47,61,0,9).

  • cyan value is 47.21%
  • magenta value is 60.94%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(47,61,0,9)
C47M61Y0K9 
(47%,61%,0%,9%)
(0.47/0.61/0.00/0.09)	

CMYK percentages

%47.21
%60.94
%0
%8.63

Codes

Color #7B5BE9 in popluar color models

7B5BE9
RGB12391233
HSL254°76.34%63.53%
HSB/HSV254°60.94%91.37%
CMYK47.21%60.94%0.00%
8.63%

Color #7B5BE9 in popluar number systems.

HEX7B5BE9
Decimal12391233
Binary1111011101101111101001
Octal173133351

Shades and tints

Shades of #7B5BE9

#7B5BE9
(123,91,233)
#7053D4
(112,83,212)
#654BBF
(101,75,191)
#5A43AA
(90,67,170)
#4F3B95
(79,59,149)
#443380
(68,51,128)
#392B6B
(57,43,107)
#2E2356
(46,35,86)
#231B41
(35,27,65)
#18132C
(24,19,44)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #7B5BE9

#7B5BE9
(123,91,233)
#8769EB
(135,105,235)
#9377ED
(147,119,237)
#9F85EF
(159,133,239)
#AB93F1
(171,147,241)
#B7A1F3
(183,161,243)
#C3AFF5
(195,175,245)
#CFBDF7
(207,189,247)
#DBCBF9
(219,203,249)
#E7D9FB
(231,217,251)
#F3E7FD
(243,231,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5BE9; }

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

This text font color is #7B5BE9.


Background Color

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

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

This div background color is #7B5BE9.


Border color

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

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

This div border color is #7B5BE9.


Opacity

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

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

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

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

This text has shadow with #7B5BE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5BE9 on black background.


Color preview on white background

This text has color #7B5BE9 on white background.



Black color preview on #7B5BE9 background

This text has black color on #7B5BE9 background.


White color preview on #7B5BE9 background

This text has white color on #7B5BE9 background.