COLOR #7D6ECB

HEX: #7D6ECB RGB: (125,110,203)

Color info

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

RGB color model

#7D6ECB color RGB value is (125,110,203).

RGB: (125,110,203) (49%, 43%, 80%)

RGB channels and saturation

R 125 of 255 = 49%
G 110 of 255 = 43%
B 203 of 255 = 80%

125
110
203

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

Portions of RGB colors in percentages

R + G + B = 125 + 110 + 203 = 438 (100%)
R 125 of 438 ~ 28.54%
G 110 of 438 ~ 25.11%
B 203 of 438 ~ 46.35'%

%28.54
%25.11
%46.35

CMYK color model

#7D6ECB color CMYK value is (38,46,0,20).

  • cyan value is 38.42%
  • magenta value is 45.81%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (38,46,0,20)
C38M46Y0K20 (38%, 46%, 0%, 20%)
(0.38 / 0.46 / 0.00 / 0.20)

CMYK percentages

%38.42
%45.81
%0
%20.39

Codes

Color #7D6ECB in popluar color models

7D 6E CB
RGB 125 110 203
HSL 250° 47.21% 61.37%
HSB/HSV 250° 45.81% 79.61%
CMYK 38.42% 45.81% 0.00%
20.39%

Color #7D6ECB in popluar number systems.

HEX 7D 6E CB
Decimal 125 110 203
Binary 1111101 1101110 11001011
Octal 175 156 313

Shades and tints

Shades of #7D6ECB

#7D6ECB
(125,110,203)
#7264B9
(114,100,185)
#675AA7
(103,90,167)
#5C5095
(92,80,149)
#514683
(81,70,131)
#463C71
(70,60,113)
#3B325F
(59,50,95)
#30284D
(48,40,77)
#251E3B
(37,30,59)
#1A1429
(26,20,41)
#0F0A17
(15,10,23)
#000000
(0,0,0)

Tints of #7D6ECB

#7D6ECB
(125,110,203)
#887BCF
(136,123,207)
#9388D3
(147,136,211)
#9E95D7
(158,149,215)
#A9A2DB
(169,162,219)
#B4AFDF
(180,175,223)
#BFBCE3
(191,188,227)
#CAC9E7
(202,201,231)
#D5D6EB
(213,214,235)
#E0E3EF
(224,227,239)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6ECB color. Also use rgb(125,110,203) instead hex code.

Text Font Color

.myTextColor { color: #7D6ECB; }

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

This text font color is #7D6ECB.

Background Color

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

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

This div background color is #7D6ECB.

Border color

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

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

This div border color is #7D6ECB.

Opacity

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

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

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

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

This text has shadow with #7D6ECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D6ECB.

Preview

Color preview on black background

This text has color #7D6ECB on black background.


Color preview on white background

This text has color #7D6ECB on white background.


Black color preview on #7D6ECB background

This text has black color on #7D6ECB background.


White color preview on #7D6ECB background

This text has white color on #7D6ECB background.


Related colors

Complementary color

Complementary color for #hex is #829134.


I love getcolorcode.com

Triadic colors

1 #CB7D6E and #6ECB7D with #7D6ECB are triadic colors.

2 #CB6E7D and #6E7DCB with #7D6ECB are triadic colors.