COLOR #725DA5

HEX: #725DA5
RGB: (114,93,165)

Color info

#725DA5 contains mainly red and blue colors. Web safe color of #725DA5 is #666699 (or #669).

RGB color model

#725DA5 color RGB value is (114,93,165).

  • red value is 114;
  • green value is 93;
  • blue value is 165.
RGB:
(114,93,165)
(45%,36%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 165 of 255 = 65%

114
93
165

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

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 165 = 372 (100%)
R 114 of 372 ~ 30.65%
G 93 of 372 ~ 25%
B 165 of 372 ~ 44.35%

%30.65
%25
%44.35

CMYK color model

#725DA5 color CMYK value is (31,44,0,35).

  • cyan value is 30.91%
  • magenta value is 43.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(31,44,0,35)
C31M44Y0K35 
(31%,44%,0%,35%)
(0.31/0.44/0.00/0.35)	

CMYK percentages

%30.91
%43.64
%0
%35.29

Codes

Color #725DA5 in popluar color models

725DA5
RGB11493165
HSL258°28.57%50.59%
HSB/HSV258°43.64%64.71%
CMYK30.91%43.64%0.00%
35.29%

Color #725DA5 in popluar number systems.

HEX725DA5
Decimal11493165
Binary1110010101110110100101
Octal162135245

Shades and tints

Shades of #725DA5

#725DA5
(114,93,165)
#685596
(104,85,150)
#5E4D87
(94,77,135)
#544578
(84,69,120)
#4A3D69
(74,61,105)
#40355A
(64,53,90)
#362D4B
(54,45,75)
#2C253C
(44,37,60)
#221D2D
(34,29,45)
#18151E
(24,21,30)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #725DA5

#725DA5
(114,93,165)
#7E6BAD
(126,107,173)
#8A79B5
(138,121,181)
#9687BD
(150,135,189)
#A295C5
(162,149,197)
#AEA3CD
(174,163,205)
#BAB1D5
(186,177,213)
#C6BFDD
(198,191,221)
#D2CDE5
(210,205,229)
#DEDBED
(222,219,237)
#EAE9F5
(234,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725DA5 color. Also use rgb(114,93,165) instead hex code.

Text Font Color

.myTextColor { color: #725DA5; }

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

This text font color is #725DA5.


Background Color

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

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

This div background color is #725DA5.


Border color

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

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

This div border color is #725DA5.


Opacity

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

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

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

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

This text has shadow with #725DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725DA5 on black background.


Color preview on white background

This text has color #725DA5 on white background.



Black color preview on #725DA5 background

This text has black color on #725DA5 background.


White color preview on #725DA5 background

This text has white color on #725DA5 background.