COLOR #7C7ED1

HEX: #7C7ED1 RGB: (124,126,209)

Color info

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

RGB color model

#7C7ED1 color RGB value is (124,126,209).

RGB: (124,126,209) (49%, 49%, 82%)

RGB channels and saturation

R 124 of 255 = 49%
G 126 of 255 = 49%
B 209 of 255 = 82%

124
126
209

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

Portions of RGB colors in percentages

R + G + B = 124 + 126 + 209 = 459 (100%)
R 124 of 459 ~ 27.02%
G 126 of 459 ~ 27.45%
B 209 of 459 ~ 45.53'%

%27.02
%27.45
%45.53

CMYK color model

#7C7ED1 color CMYK value is (41,40,0,18).

  • cyan value is 40.67%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (41,40,0,18)
C41M40Y0K18 (41%, 40%, 0%, 18%)
(0.41 / 0.40 / 0.00 / 0.18)

CMYK percentages

%40.67
%39.71
%0
%18.04

Codes

Color #7C7ED1 in popluar color models

7C 7E D1
RGB 124 126 209
HSL 239° 48.02% 65.29%
HSB/HSV 239° 40.67% 81.96%
CMYK 40.67% 39.71% 0.00%
18.04%

Color #7C7ED1 in popluar number systems.

HEX 7C 7E D1
Decimal 124 126 209
Binary 1111100 1111110 11010001
Octal 174 176 321

Shades and tints

Shades of #7C7ED1

#7C7ED1
(124,126,209)
#7173BE
(113,115,190)
#6668AB
(102,104,171)
#5B5D98
(91,93,152)
#505285
(80,82,133)
#454772
(69,71,114)
#3A3C5F
(58,60,95)
#2F314C
(47,49,76)
#242639
(36,38,57)
#191B26
(25,27,38)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #7C7ED1

#7C7ED1
(124,126,209)
#8789D5
(135,137,213)
#9294D9
(146,148,217)
#9D9FDD
(157,159,221)
#A8AAE1
(168,170,225)
#B3B5E5
(179,181,229)
#BEC0E9
(190,192,233)
#C9CBED
(201,203,237)
#D4D6F1
(212,214,241)
#DFE1F5
(223,225,245)
#EAECF9
(234,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7ED1 color. Also use rgb(124,126,209) instead hex code.

Text Font Color

.myTextColor { color: #7C7ED1; }

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

This text font color is #7C7ED1.

Background Color

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

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

This div background color is #7C7ED1.

Border color

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

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

This div border color is #7C7ED1.

Opacity

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

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

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

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

This text has shadow with #7C7ED1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C7ED1.

Preview

Color preview on black background

This text has color #7C7ED1 on black background.


Color preview on white background

This text has color #7C7ED1 on white background.


Black color preview on #7C7ED1 background

This text has black color on #7C7ED1 background.


White color preview on #7C7ED1 background

This text has white color on #7C7ED1 background.


Related colors

Complementary color

Complementary color for #hex is #83812E.


I love getcolorcode.com

Triadic colors

1 #D17C7E and #7ED17C with #7C7ED1 are triadic colors.

2 #D17E7C and #7E7CD1 with #7C7ED1 are triadic colors.