COLOR #7D61CE

HEX: #7D61CE
RGB: (125,97,206)

Color info

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

RGB color model

#7D61CE color RGB value is (125,97,206).

  • red value is 125;
  • green value is 97;
  • blue value is 206.
RGB:
(125,97,206)
(49%,38%,81%)

RGB channels and saturation

R 125 of 255 = 49%
G 97 of 255 = 38%
B 206 of 255 = 81%

125
97
206

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

Portions of RGB colors in percentages

R + G + B =
125 + 97 + 206 = 428 (100%)
R 125 of 428 ~ 29.21%
G 97 of 428 ~ 22.66%
B 206 of 428 ~ 48.13%

%29.21
%22.66
%48.13

CMYK color model

#7D61CE color CMYK value is (39,53,0,19).

  • cyan value is 39.32%
  • magenta value is 52.91%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(39,53,0,19)
C39M53Y0K19 
(39%,53%,0%,19%)
(0.39/0.53/0.00/0.19)	

CMYK percentages

%39.32
%52.91
%0
%19.22

Codes

Color #7D61CE in popluar color models

7D61CE
RGB12597206
HSL255°52.66%59.41%
HSB/HSV255°52.91%80.78%
CMYK39.32%52.91%0.00%
19.22%

Color #7D61CE in popluar number systems.

HEX7D61CE
Decimal12597206
Binary1111101110000111001110
Octal175141316

Shades and tints

Shades of #7D61CE

#7D61CE
(125,97,206)
#7259BC
(114,89,188)
#6751AA
(103,81,170)
#5C4998
(92,73,152)
#514186
(81,65,134)
#463974
(70,57,116)
#3B3162
(59,49,98)
#302950
(48,41,80)
#25213E
(37,33,62)
#1A192C
(26,25,44)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #7D61CE

#7D61CE
(125,97,206)
#886FD2
(136,111,210)
#937DD6
(147,125,214)
#9E8BDA
(158,139,218)
#A999DE
(169,153,222)
#B4A7E2
(180,167,226)
#BFB5E6
(191,181,230)
#CAC3EA
(202,195,234)
#D5D1EE
(213,209,238)
#E0DFF2
(224,223,242)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D61CE; }

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

This text font color is #7D61CE.


Background Color

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

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

This div background color is #7D61CE.


Border color

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

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

This div border color is #7D61CE.


Opacity

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

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

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

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

This text has shadow with #7D61CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D61CE on black background.


Color preview on white background

This text has color #7D61CE on white background.



Black color preview on #7D61CE background

This text has black color on #7D61CE background.


White color preview on #7D61CE background

This text has white color on #7D61CE background.