COLOR #7B73EF

HEX: #7B73EF
RGB: (123,115,239)

Color info

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

RGB color model

#7B73EF color RGB value is (123,115,239).

  • red value is 123;
  • green value is 115;
  • blue value is 239.
RGB:
(123,115,239)
(48%,45%,94%)

RGB channels and saturation

R 123 of 255 = 48%
G 115 of 255 = 45%
B 239 of 255 = 94%

123
115
239

R + G + B ~ 62%. #7B73EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 115 + 239 = 477 (100%)
R 123 of 477 ~ 25.79%
G 115 of 477 ~ 24.11%
B 239 of 477 ~ 50.1%

%25.79
%24.11
%50.1

CMYK color model

#7B73EF color CMYK value is (49,52,0,6).

  • cyan value is 48.54%
  • magenta value is 51.88%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(49,52,0,6)
C49M52Y0K6 
(49%,52%,0%,6%)
(0.49/0.52/0.00/0.06)	

CMYK percentages

%48.54
%51.88
%0
%6.27

Codes

Color #7B73EF in popluar color models

7B73EF
RGB123115239
HSL244°79.49%69.41%
HSB/HSV244°51.88%93.73%
CMYK48.54%51.88%0.00%
6.27%

Color #7B73EF in popluar number systems.

HEX7B73EF
Decimal123115239
Binary1111011111001111101111
Octal173163357

Shades and tints

Shades of #7B73EF

#7B73EF
(123,115,239)
#7069DA
(112,105,218)
#655FC5
(101,95,197)
#5A55B0
(90,85,176)
#4F4B9B
(79,75,155)
#444186
(68,65,134)
#393771
(57,55,113)
#2E2D5C
(46,45,92)
#232347
(35,35,71)
#181932
(24,25,50)
#0D0F1D
(13,15,29)
#000000
(0,0,0)

Tints of #7B73EF

#7B73EF
(123,115,239)
#877FF0
(135,127,240)
#938BF1
(147,139,241)
#9F97F2
(159,151,242)
#ABA3F3
(171,163,243)
#B7AFF4
(183,175,244)
#C3BBF5
(195,187,245)
#CFC7F6
(207,199,246)
#DBD3F7
(219,211,247)
#E7DFF8
(231,223,248)
#F3EBF9
(243,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B73EF color. Also use rgb(123,115,239) instead hex code.

Text Font Color

.myTextColor { color: #7B73EF; }

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

This text font color is #7B73EF.


Background Color

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

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

This div background color is #7B73EF.


Border color

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

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

This div border color is #7B73EF.


Opacity

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

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

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

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

This text has shadow with #7B73EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B73EF on black background.


Color preview on white background

This text has color #7B73EF on white background.



Black color preview on #7B73EF background

This text has black color on #7B73EF background.


White color preview on #7B73EF background

This text has white color on #7B73EF background.