COLOR #7C73D0

HEX: #7C73D0
RGB: (124,115,208)

Color info

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

RGB color model

#7C73D0 color RGB value is (124,115,208).

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

RGB channels and saturation

R 124 of 255 = 49%
G 115 of 255 = 45%
B 208 of 255 = 82%

124
115
208

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

Portions of RGB colors in percentages

R + G + B =
124 + 115 + 208 = 447 (100%)
R 124 of 447 ~ 27.74%
G 115 of 447 ~ 25.73%
B 208 of 447 ~ 46.53%

%27.74
%25.73
%46.53

CMYK color model

#7C73D0 color CMYK value is (40,45,0,18).

  • cyan value is 40.38%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(40,45,0,18)
C40M45Y0K18 
(40%,45%,0%,18%)
(0.40/0.45/0.00/0.18)	

CMYK percentages

%40.38
%44.71
%0
%18.43

Codes

Color #7C73D0 in popluar color models

7C73D0
RGB124115208
HSL246°49.73%63.33%
HSB/HSV246°44.71%81.57%
CMYK40.38%44.71%0.00%
18.43%

Color #7C73D0 in popluar number systems.

HEX7C73D0
Decimal124115208
Binary1111100111001111010000
Octal174163320

Shades and tints

Shades of #7C73D0

#7C73D0
(124,115,208)
#7169BE
(113,105,190)
#665FAC
(102,95,172)
#5B559A
(91,85,154)
#504B88
(80,75,136)
#454176
(69,65,118)
#3A3764
(58,55,100)
#2F2D52
(47,45,82)
#242340
(36,35,64)
#19192E
(25,25,46)
#0E0F1C
(14,15,28)
#000000
(0,0,0)

Tints of #7C73D0

#7C73D0
(124,115,208)
#877FD4
(135,127,212)
#928BD8
(146,139,216)
#9D97DC
(157,151,220)
#A8A3E0
(168,163,224)
#B3AFE4
(179,175,228)
#BEBBE8
(190,187,232)
#C9C7EC
(201,199,236)
#D4D3F0
(212,211,240)
#DFDFF4
(223,223,244)
#EAEBF8
(234,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C73D0; }

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

This text font color is #7C73D0.


Background Color

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

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

This div background color is #7C73D0.


Border color

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

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

This div border color is #7C73D0.


Opacity

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

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

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

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

This text has shadow with #7C73D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C73D0 on black background.


Color preview on white background

This text has color #7C73D0 on white background.



Black color preview on #7C73D0 background

This text has black color on #7C73D0 background.


White color preview on #7C73D0 background

This text has white color on #7C73D0 background.