COLOR #7D61DE

HEX: #7D61DE RGB: (125,97,222)

Color info

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

RGB color model

#7D61DE color RGB value is (125,97,222).

RGB: (125,97,222) (49%, 38%, 87%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 222 of 255 = 87%

125
97
222

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

Portions of RGB colors in percentages

R + G + B = 125 + 97 + 222 = 444 (100%)
R 125 of 444 ~ 28.15%
G 97 of 444 ~ 21.85%
B 222 of 444 ~ 50'%

%28.15
%21.85
%50

CMYK color model

#7D61DE color CMYK value is (44,56,0,13).

  • cyan value is 43.69%
  • magenta value is 56.31%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (44,56,0,13)
C44M56Y0K13 (44%, 56%, 0%, 13%)
(0.44 / 0.56 / 0.00 / 0.13)

CMYK percentages

%43.69
%56.31
%0
%12.94

Codes

Color #7D61DE in popluar color models

7D 61 DE
RGB 125 97 222
HSL 253° 65.45% 62.55%
HSB/HSV 253° 56.31% 87.06%
CMYK 43.69% 56.31% 0.00%
12.94%

Color #7D61DE in popluar number systems.

HEX 7D 61 DE
Decimal 125 97 222
Binary 1111101 1100001 11011110
Octal 175 141 336

Shades and tints

Shades of #7D61DE

#7D61DE
(125,97,222)
#7259CA
(114,89,202)
#6751B6
(103,81,182)
#5C49A2
(92,73,162)
#51418E
(81,65,142)
#46397A
(70,57,122)
#3B3166
(59,49,102)
#302952
(48,41,82)
#25213E
(37,33,62)
#1A192A
(26,25,42)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #7D61DE

#7D61DE
(125,97,222)
#886FE1
(136,111,225)
#937DE4
(147,125,228)
#9E8BE7
(158,139,231)
#A999EA
(169,153,234)
#B4A7ED
(180,167,237)
#BFB5F0
(191,181,240)
#CAC3F3
(202,195,243)
#D5D1F6
(213,209,246)
#E0DFF9
(224,223,249)
#EBEDFC
(235,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D61DE color. Also use rgb(125,97,222) instead hex code.

Text Font Color

.myTextColor { color: #7D61DE; }

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

This text font color is #7D61DE.

Background Color

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

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

This div background color is #7D61DE.

Border color

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

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

This div border color is #7D61DE.

Opacity

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

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

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

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

This text has shadow with #7D61DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D61DE.

Preview

Color preview on black background

This text has color #7D61DE on black background.


Color preview on white background

This text has color #7D61DE on white background.


Black color preview on #7D61DE background

This text has black color on #7D61DE background.


White color preview on #7D61DE background

This text has white color on #7D61DE background.


Related colors

Complementary color

Complementary color for #7D61DE is #829E21.


I love getcolorcode.com

Triadic colors

1 #DE7D61 and #61DE7D with #7D61DE are triadic colors.

2 #DE617D and #617DDE with #7D61DE are triadic colors.