COLOR #7D5DE9

HEX: #7D5DE9
RGB: (125,93,233)

Color info

#7D5DE9 contains mainly blue color. Web safe color of #7D5DE9 is #6666FF (or #66F).

RGB color model

#7D5DE9 color RGB value is (125,93,233).

  • red value is 125;
  • green value is 93;
  • blue value is 233.
RGB:
(125,93,233)
(49%,36%,91%)

RGB channels and saturation

R 125 of 255 = 49%
G 93 of 255 = 36%
B 233 of 255 = 91%

125
93
233

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

Portions of RGB colors in percentages

R + G + B =
125 + 93 + 233 = 451 (100%)
R 125 of 451 ~ 27.72%
G 93 of 451 ~ 20.62%
B 233 of 451 ~ 51.66%

%27.72
%20.62
%51.66

CMYK color model

#7D5DE9 color CMYK value is (46,60,0,9).

  • cyan value is 46.35%
  • magenta value is 60.09%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(46,60,0,9)
C46M60Y0K9 
(46%,60%,0%,9%)
(0.46/0.60/0.00/0.09)	

CMYK percentages

%46.35
%60.09
%0
%8.63

Codes

Color #7D5DE9 in popluar color models

7D5DE9
RGB12593233
HSL254°76.09%63.92%
HSB/HSV254°60.09%91.37%
CMYK46.35%60.09%0.00%
8.63%

Color #7D5DE9 in popluar number systems.

HEX7D5DE9
Decimal12593233
Binary1111101101110111101001
Octal175135351

Shades and tints

Shades of #7D5DE9

#7D5DE9
(125,93,233)
#7255D4
(114,85,212)
#674DBF
(103,77,191)
#5C45AA
(92,69,170)
#513D95
(81,61,149)
#463580
(70,53,128)
#3B2D6B
(59,45,107)
#302556
(48,37,86)
#251D41
(37,29,65)
#1A152C
(26,21,44)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #7D5DE9

#7D5DE9
(125,93,233)
#886BEB
(136,107,235)
#9379ED
(147,121,237)
#9E87EF
(158,135,239)
#A995F1
(169,149,241)
#B4A3F3
(180,163,243)
#BFB1F5
(191,177,245)
#CABFF7
(202,191,247)
#D5CDF9
(213,205,249)
#E0DBFB
(224,219,251)
#EBE9FD
(235,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D5DE9 color. Also use rgb(125,93,233) instead hex code.

Text Font Color

.myTextColor { color: #7D5DE9; }

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

This text font color is #7D5DE9.


Background Color

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

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

This div background color is #7D5DE9.


Border color

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

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

This div border color is #7D5DE9.


Opacity

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

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

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

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

This text has shadow with #7D5DE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D5DE9 on black background.


Color preview on white background

This text has color #7D5DE9 on white background.



Black color preview on #7D5DE9 background

This text has black color on #7D5DE9 background.


White color preview on #7D5DE9 background

This text has white color on #7D5DE9 background.