COLOR #7D74E5

HEX: #7D74E5
RGB: (125,116,229)

Color info

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

RGB color model

#7D74E5 color RGB value is (125,116,229).

  • red value is 125;
  • green value is 116;
  • blue value is 229.
RGB:
(125,116,229)
(49%,45%,90%)

RGB channels and saturation

R 125 of 255 = 49%
G 116 of 255 = 45%
B 229 of 255 = 90%

125
116
229

R + G + B ~ 61%. #7D74E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 116 + 229 = 470 (100%)
R 125 of 470 ~ 26.6%
G 116 of 470 ~ 24.68%
B 229 of 470 ~ 48.72%

%26.6
%24.68
%48.72

CMYK color model

#7D74E5 color CMYK value is (45,49,0,10).

  • cyan value is 45.41%
  • magenta value is 49.34%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(45,49,0,10)
C45M49Y0K10 
(45%,49%,0%,10%)
(0.45/0.49/0.00/0.10)	

CMYK percentages

%45.41
%49.34
%0
%10.2

Codes

Color #7D74E5 in popluar color models

7D74E5
RGB125116229
HSL245°68.48%67.65%
HSB/HSV245°49.34%89.80%
CMYK45.41%49.34%0.00%
10.20%

Color #7D74E5 in popluar number systems.

HEX7D74E5
Decimal125116229
Binary1111101111010011100101
Octal175164345

Shades and tints

Shades of #7D74E5

#7D74E5
(125,116,229)
#726AD1
(114,106,209)
#6760BD
(103,96,189)
#5C56A9
(92,86,169)
#514C95
(81,76,149)
#464281
(70,66,129)
#3B386D
(59,56,109)
#302E59
(48,46,89)
#252445
(37,36,69)
#1A1A31
(26,26,49)
#0F101D
(15,16,29)
#000000
(0,0,0)

Tints of #7D74E5

#7D74E5
(125,116,229)
#8880E7
(136,128,231)
#938CE9
(147,140,233)
#9E98EB
(158,152,235)
#A9A4ED
(169,164,237)
#B4B0EF
(180,176,239)
#BFBCF1
(191,188,241)
#CAC8F3
(202,200,243)
#D5D4F5
(213,212,245)
#E0E0F7
(224,224,247)
#EBECF9
(235,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D74E5; }

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

This text font color is #7D74E5.


Background Color

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

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

This div background color is #7D74E5.


Border color

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

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

This div border color is #7D74E5.


Opacity

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

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

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

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

This text has shadow with #7D74E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D74E5 on black background.


Color preview on white background

This text has color #7D74E5 on white background.



Black color preview on #7D74E5 background

This text has black color on #7D74E5 background.


White color preview on #7D74E5 background

This text has white color on #7D74E5 background.