COLOR #7B5EF8

HEX: #7B5EF8
RGB: (123,94,248)

Color info

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

RGB color model

#7B5EF8 color RGB value is (123,94,248).

  • red value is 123;
  • green value is 94;
  • blue value is 248.
RGB:
(123,94,248)
(48%,37%,97%)

RGB channels and saturation

R 123 of 255 = 48%
G 94 of 255 = 37%
B 248 of 255 = 97%

123
94
248

R + G + B ~ 61%. #7B5EF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 94 + 248 = 465 (100%)
R 123 of 465 ~ 26.45%
G 94 of 465 ~ 20.22%
B 248 of 465 ~ 53.33%

%26.45
%20.22
%53.33

CMYK color model

#7B5EF8 color CMYK value is (50,62,0,3).

  • cyan value is 50.40%
  • magenta value is 62.10%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(50,62,0,3)
C50M62Y0K3 
(50%,62%,0%,3%)
(0.50/0.62/0.00/0.03)	

CMYK percentages

%50.4
%62.1
%0
%2.75

Codes

Color #7B5EF8 in popluar color models

7B5EF8
RGB12394248
HSL251°91.67%67.06%
HSB/HSV251°62.10%97.25%
CMYK50.40%62.10%0.00%
2.75%

Color #7B5EF8 in popluar number systems.

HEX7B5EF8
Decimal12394248
Binary1111011101111011111000
Octal173136370

Shades and tints

Shades of #7B5EF8

#7B5EF8
(123,94,248)
#7056E2
(112,86,226)
#654ECC
(101,78,204)
#5A46B6
(90,70,182)
#4F3EA0
(79,62,160)
#44368A
(68,54,138)
#392E74
(57,46,116)
#2E265E
(46,38,94)
#231E48
(35,30,72)
#181632
(24,22,50)
#0D0E1C
(13,14,28)
#000000
(0,0,0)

Tints of #7B5EF8

#7B5EF8
(123,94,248)
#876CF8
(135,108,248)
#937AF8
(147,122,248)
#9F88F8
(159,136,248)
#AB96F8
(171,150,248)
#B7A4F8
(183,164,248)
#C3B2F8
(195,178,248)
#CFC0F8
(207,192,248)
#DBCEF8
(219,206,248)
#E7DCF8
(231,220,248)
#F3EAF8
(243,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5EF8 color. Also use rgb(123,94,248) instead hex code.

Text Font Color

.myTextColor { color: #7B5EF8; }

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

This text font color is #7B5EF8.


Background Color

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

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

This div background color is #7B5EF8.


Border color

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

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

This div border color is #7B5EF8.


Opacity

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

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

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

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

This text has shadow with #7B5EF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5EF8 on black background.


Color preview on white background

This text has color #7B5EF8 on white background.



Black color preview on #7B5EF8 background

This text has black color on #7B5EF8 background.


White color preview on #7B5EF8 background

This text has white color on #7B5EF8 background.