COLOR #725AD9

HEX: #725AD9
RGB: (114,90,217)

Color info

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

RGB color model

#725AD9 color RGB value is (114,90,217).

  • red value is 114;
  • green value is 90;
  • blue value is 217.
RGB:
(114,90,217)
(45%,35%,85%)

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 217 of 255 = 85%

114
90
217

R + G + B ~ 55%. #725AD9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 217 = 421 (100%)
R 114 of 421 ~ 27.08%
G 90 of 421 ~ 21.38%
B 217 of 421 ~ 51.54%

%27.08
%21.38
%51.54

CMYK color model

#725AD9 color CMYK value is (47,59,0,15).

  • cyan value is 47.47%
  • magenta value is 58.53%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(47,59,0,15)
C47M59Y0K15 
(47%,59%,0%,15%)
(0.47/0.59/0.00/0.15)	

CMYK percentages

%47.47
%58.53
%0
%14.9

Codes

Color #725AD9 in popluar color models

725AD9
RGB11490217
HSL251°62.56%60.20%
HSB/HSV251°58.53%85.10%
CMYK47.47%58.53%0.00%
14.90%

Color #725AD9 in popluar number systems.

HEX725AD9
Decimal11490217
Binary1110010101101011011001
Octal162132331

Shades and tints

Shades of #725AD9

#725AD9
(114,90,217)
#6852C6
(104,82,198)
#5E4AB3
(94,74,179)
#5442A0
(84,66,160)
#4A3A8D
(74,58,141)
#40327A
(64,50,122)
#362A67
(54,42,103)
#2C2254
(44,34,84)
#221A41
(34,26,65)
#18122E
(24,18,46)
#0E0A1B
(14,10,27)
#000000
(0,0,0)

Tints of #725AD9

#725AD9
(114,90,217)
#7E69DC
(126,105,220)
#8A78DF
(138,120,223)
#9687E2
(150,135,226)
#A296E5
(162,150,229)
#AEA5E8
(174,165,232)
#BAB4EB
(186,180,235)
#C6C3EE
(198,195,238)
#D2D2F1
(210,210,241)
#DEE1F4
(222,225,244)
#EAF0F7
(234,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725AD9 color. Also use rgb(114,90,217) instead hex code.

Text Font Color

.myTextColor { color: #725AD9; }

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

This text font color is #725AD9.


Background Color

.myBgColor { background-color: #725AD9; }

<div style="background-color:#725AD9">Inner text</div>

This div background color is #725AD9.


Border color

.myBorderColor { border: 1px solid #725AD9; }

<div style="border:3px solid #725AD9">Div</div>

This div border color is #725AD9.


Opacity

.myOpacity80 { color: #725AD9; opacity: 0.8; }

<p style="color:#725AD9;opacity:0.8;">80%</p>

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

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

This text has shadow with #725AD9 color.

.textShadow {text-shadow: 3px 3px 1px #725AD9, 3px 3px 1px red;}

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

This text has shadow with #725AD9 primary color and red secondary color.


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

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

This text has shadow with #725AD9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725AD9 on black background.


Color preview on white background

This text has color #725AD9 on white background.



Black color preview on #725AD9 background

This text has black color on #725AD9 background.


White color preview on #725AD9 background

This text has white color on #725AD9 background.