COLOR #725DA6

HEX: #725DA6
RGB: (114,93,166)

Color info

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

RGB color model

#725DA6 color RGB value is (114,93,166).

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

RGB channels and saturation

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

114
93
166

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

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 166 = 373 (100%)
R 114 of 373 ~ 30.56%
G 93 of 373 ~ 24.93%
B 166 of 373 ~ 44.5%

%30.56
%24.93
%44.5

CMYK color model

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

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

CMYK percentages

%31.33
%43.98
%0
%34.9

Codes

Color #725DA6 in popluar color models

725DA6
RGB11493166
HSL257°29.08%50.78%
HSB/HSV257°43.98%65.10%
CMYK31.33%43.98%0.00%
34.90%

Color #725DA6 in popluar number systems.

HEX725DA6
Decimal11493166
Binary1110010101110110100110
Octal162135246

Shades and tints

Shades of #725DA6

#725DA6
(114,93,166)
#685597
(104,85,151)
#5E4D88
(94,77,136)
#544579
(84,69,121)
#4A3D6A
(74,61,106)
#40355B
(64,53,91)
#362D4C
(54,45,76)
#2C253D
(44,37,61)
#221D2E
(34,29,46)
#18151F
(24,21,31)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #725DA6

#725DA6
(114,93,166)
#7E6BAE
(126,107,174)
#8A79B6
(138,121,182)
#9687BE
(150,135,190)
#A295C6
(162,149,198)
#AEA3CE
(174,163,206)
#BAB1D6
(186,177,214)
#C6BFDE
(198,191,222)
#D2CDE6
(210,205,230)
#DEDBEE
(222,219,238)
#EAE9F6
(234,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725DA6; }

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

This text font color is #725DA6.


Background Color

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

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

This div background color is #725DA6.


Border color

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

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

This div border color is #725DA6.


Opacity

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

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

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

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

This text has shadow with #725DA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725DA6 on black background.


Color preview on white background

This text has color #725DA6 on white background.



Black color preview on #725DA6 background

This text has black color on #725DA6 background.


White color preview on #725DA6 background

This text has white color on #725DA6 background.