COLOR #725B89

HEX: #725B89
RGB: (114,91,137)

Color info

#725B89 contains red, green and blue colors in about the same proportion. Web safe color of #725B89 is #666699 (or #669).

RGB color model

#725B89 color RGB value is (114,91,137).

  • red value is 114;
  • green value is 91;
  • blue value is 137.
RGB:
(114,91,137)
(45%,36%,54%)

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 137 of 255 = 54%

114
91
137

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

Portions of RGB colors in percentages

R + G + B =
114 + 91 + 137 = 342 (100%)
R 114 of 342 ~ 33.33%
G 91 of 342 ~ 26.61%
B 137 of 342 ~ 40.06%

%33.33
%26.61
%40.06

CMYK color model

#725B89 color CMYK value is (17,34,0,46).

  • cyan value is 16.79%
  • magenta value is 33.58%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(17,34,0,46)
C17M34Y0K46 
(17%,34%,0%,46%)
(0.17/0.34/0.00/0.46)	

CMYK percentages

%16.79
%33.58
%0
%46.27

Codes

Color #725B89 in popluar color models

725B89
RGB11491137
HSL270°20.18%44.71%
HSB/HSV270°33.58%53.73%
CMYK16.79%33.58%0.00%
46.27%

Color #725B89 in popluar number systems.

HEX725B89
Decimal11491137
Binary1110010101101110001001
Octal162133211

Shades and tints

Shades of #725B89

#725B89
(114,91,137)
#68537D
(104,83,125)
#5E4B71
(94,75,113)
#544365
(84,67,101)
#4A3B59
(74,59,89)
#40334D
(64,51,77)
#362B41
(54,43,65)
#2C2335
(44,35,53)
#221B29
(34,27,41)
#18131D
(24,19,29)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #725B89

#725B89
(114,91,137)
#7E6993
(126,105,147)
#8A779D
(138,119,157)
#9685A7
(150,133,167)
#A293B1
(162,147,177)
#AEA1BB
(174,161,187)
#BAAFC5
(186,175,197)
#C6BDCF
(198,189,207)
#D2CBD9
(210,203,217)
#DED9E3
(222,217,227)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725B89 color. Also use rgb(114,91,137) instead hex code.

Text Font Color

.myTextColor { color: #725B89; }

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

This text font color is #725B89.


Background Color

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

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

This div background color is #725B89.


Border color

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

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

This div border color is #725B89.


Opacity

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

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

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

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

This text has shadow with #725B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725B89 on black background.


Color preview on white background

This text has color #725B89 on white background.



Black color preview on #725B89 background

This text has black color on #725B89 background.


White color preview on #725B89 background

This text has white color on #725B89 background.