COLOR #7C73F0

HEX: #7C73F0
RGB: (124,115,240)

Color info

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

RGB color model

#7C73F0 color RGB value is (124,115,240).

  • red value is 124;
  • green value is 115;
  • blue value is 240.
RGB:
(124,115,240)
(49%,45%,94%)

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 240 of 255 = 94%

124
115
240

R + G + B ~ 63%. #7C73F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 240 = 479 (100%)
R 124 of 479 ~ 25.89%
G 115 of 479 ~ 24.01%
B 240 of 479 ~ 50.1%

%25.89
%24.01
%50.1

CMYK color model

#7C73F0 color CMYK value is (48,52,0,6).

  • cyan value is 48.33%
  • magenta value is 52.08%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(48,52,0,6)
C48M52Y0K6 
(48%,52%,0%,6%)
(0.48/0.52/0.00/0.06)	

CMYK percentages

%48.33
%52.08
%0
%5.88

Codes

Color #7C73F0 in popluar color models

7C73F0
RGB124115240
HSL244°80.65%69.61%
HSB/HSV244°52.08%94.12%
CMYK48.33%52.08%0.00%
5.88%

Color #7C73F0 in popluar number systems.

HEX7C73F0
Decimal124115240
Binary1111100111001111110000
Octal174163360

Shades and tints

Shades of #7C73F0

#7C73F0
(124,115,240)
#7169DB
(113,105,219)
#665FC6
(102,95,198)
#5B55B1
(91,85,177)
#504B9C
(80,75,156)
#454187
(69,65,135)
#3A3772
(58,55,114)
#2F2D5D
(47,45,93)
#242348
(36,35,72)
#191933
(25,25,51)
#0E0F1E
(14,15,30)
#000000
(0,0,0)

Tints of #7C73F0

#7C73F0
(124,115,240)
#877FF1
(135,127,241)
#928BF2
(146,139,242)
#9D97F3
(157,151,243)
#A8A3F4
(168,163,244)
#B3AFF5
(179,175,245)
#BEBBF6
(190,187,246)
#C9C7F7
(201,199,247)
#D4D3F8
(212,211,248)
#DFDFF9
(223,223,249)
#EAEBFA
(234,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C73F0 color. Also use rgb(124,115,240) instead hex code.

Text Font Color

.myTextColor { color: #7C73F0; }

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

This text font color is #7C73F0.


Background Color

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

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

This div background color is #7C73F0.


Border color

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

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

This div border color is #7C73F0.


Opacity

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

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

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

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

This text has shadow with #7C73F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C73F0 on black background.


Color preview on white background

This text has color #7C73F0 on white background.



Black color preview on #7C73F0 background

This text has black color on #7C73F0 background.


White color preview on #7C73F0 background

This text has white color on #7C73F0 background.