COLOR #7D68E5

HEX: #7D68E5 RGB: (125,104,229)

Color info

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

RGB color model

#7D68E5 color RGB value is (125,104,229).

RGB: (125,104,229) (49%, 41%, 90%)

RGB channels and saturation

R 125 of 255 = 49%
G 104 of 255 = 41%
B 229 of 255 = 90%

125
104
229

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

Portions of RGB colors in percentages

R + G + B = 125 + 104 + 229 = 458 (100%)
R 125 of 458 ~ 27.29%
G 104 of 458 ~ 22.71%
B 229 of 458 ~ 50'%

%27.29
%22.71
%50

CMYK color model

#7D68E5 color CMYK value is (45,55,0,10).

  • cyan value is 45.41%
  • magenta value is 54.59%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (45,55,0,10)
C45M55Y0K10 (45%, 55%, 0%, 10%)
(0.45 / 0.55 / 0.00 / 0.10)

CMYK percentages

%45.41
%54.59
%0
%10.2

Codes

Color #7D68E5 in popluar color models

7D 68 E5
RGB 125 104 229
HSL 250° 70.62% 65.29%
HSB/HSV 250° 54.59% 89.80%
CMYK 45.41% 54.59% 0.00%
10.20%

Color #7D68E5 in popluar number systems.

HEX 7D 68 E5
Decimal 125 104 229
Binary 1111101 1101000 11100101
Octal 175 150 345

Shades and tints

Shades of #7D68E5

#7D68E5
(125,104,229)
#725FD1
(114,95,209)
#6756BD
(103,86,189)
#5C4DA9
(92,77,169)
#514495
(81,68,149)
#463B81
(70,59,129)
#3B326D
(59,50,109)
#302959
(48,41,89)
#252045
(37,32,69)
#1A1731
(26,23,49)
#0F0E1D
(15,14,29)
#000000
(0,0,0)

Tints of #7D68E5

#7D68E5
(125,104,229)
#8875E7
(136,117,231)
#9382E9
(147,130,233)
#9E8FEB
(158,143,235)
#A99CED
(169,156,237)
#B4A9EF
(180,169,239)
#BFB6F1
(191,182,241)
#CAC3F3
(202,195,243)
#D5D0F5
(213,208,245)
#E0DDF7
(224,221,247)
#EBEAF9
(235,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D68E5 color. Also use rgb(125,104,229) instead hex code.

Text Font Color

.myTextColor { color: #7D68E5; }

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

This text font color is #7D68E5.

Background Color

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

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

This div background color is #7D68E5.

Border color

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

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

This div border color is #7D68E5.

Opacity

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

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

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

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

This text has shadow with #7D68E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D68E5.

Preview

Color preview on black background

This text has color #7D68E5 on black background.


Color preview on white background

This text has color #7D68E5 on white background.


Black color preview on #7D68E5 background

This text has black color on #7D68E5 background.


White color preview on #7D68E5 background

This text has white color on #7D68E5 background.


Related colors

Complementary color

Complementary color for #hex is #82971A.


I love getcolorcode.com

Triadic colors

1 #E57D68 and #68E57D with #7D68E5 are triadic colors.

2 #E5687D and #687DE5 with #7D68E5 are triadic colors.