COLOR #7D7CC2

HEX: #7D7CC2 RGB: (125,124,194)

Color info

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

RGB color model

#7D7CC2 color RGB value is (125,124,194).

RGB: (125,124,194) (49%, 49%, 76%)

RGB channels and saturation

R 125 of 255 = 49%
G 124 of 255 = 49%
B 194 of 255 = 76%

125
124
194

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

Portions of RGB colors in percentages

R + G + B = 125 + 124 + 194 = 443 (100%)
R 125 of 443 ~ 28.22%
G 124 of 443 ~ 27.99%
B 194 of 443 ~ 43.79'%

%28.22
%27.99
%43.79

CMYK color model

#7D7CC2 color CMYK value is (36,36,0,24).

  • cyan value is 35.57%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (36,36,0,24)
C36M36Y0K24 (36%, 36%, 0%, 24%)
(0.36 / 0.36 / 0.00 / 0.24)

CMYK percentages

%35.57
%36.08
%0
%23.92

Codes

Color #7D7CC2 in popluar color models

7D 7C C2
RGB 125 124 194
HSL 241° 36.46% 62.35%
HSB/HSV 241° 36.08% 76.08%
CMYK 35.57% 36.08% 0.00%
23.92%

Color #7D7CC2 in popluar number systems.

HEX 7D 7C C2
Decimal 125 124 194
Binary 1111101 1111100 11000010
Octal 175 174 302

Shades and tints

Shades of #7D7CC2

#7D7CC2
(125,124,194)
#7271B1
(114,113,177)
#6766A0
(103,102,160)
#5C5B8F
(92,91,143)
#51507E
(81,80,126)
#46456D
(70,69,109)
#3B3A5C
(59,58,92)
#302F4B
(48,47,75)
#25243A
(37,36,58)
#1A1929
(26,25,41)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #7D7CC2

#7D7CC2
(125,124,194)
#8887C7
(136,135,199)
#9392CC
(147,146,204)
#9E9DD1
(158,157,209)
#A9A8D6
(169,168,214)
#B4B3DB
(180,179,219)
#BFBEE0
(191,190,224)
#CAC9E5
(202,201,229)
#D5D4EA
(213,212,234)
#E0DFEF
(224,223,239)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D7CC2 color. Also use rgb(125,124,194) instead hex code.

Text Font Color

.myTextColor { color: #7D7CC2; }

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

This text font color is #7D7CC2.

Background Color

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

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

This div background color is #7D7CC2.

Border color

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

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

This div border color is #7D7CC2.

Opacity

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

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

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

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

This text has shadow with #7D7CC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D7CC2.

Preview

Color preview on black background

This text has color #7D7CC2 on black background.


Color preview on white background

This text has color #7D7CC2 on white background.


Black color preview on #7D7CC2 background

This text has black color on #7D7CC2 background.


White color preview on #7D7CC2 background

This text has white color on #7D7CC2 background.


Related colors

Complementary color

Complementary color for #hex is #82833D.


I love getcolorcode.com

Triadic colors

1 #C27D7C and #7CC27D with #7D7CC2 are triadic colors.

2 #C27C7D and #7C7DC2 with #7D7CC2 are triadic colors.