COLOR #725EB9

HEX: #725EB9
RGB: (114,94,185)

Color info

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

RGB color model

#725EB9 color RGB value is (114,94,185).

  • red value is 114;
  • green value is 94;
  • blue value is 185.
RGB:
(114,94,185)
(45%,37%,73%)

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 185 of 255 = 73%

114
94
185

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

Portions of RGB colors in percentages

R + G + B =
114 + 94 + 185 = 393 (100%)
R 114 of 393 ~ 29.01%
G 94 of 393 ~ 23.92%
B 185 of 393 ~ 47.07%

%29.01
%23.92
%47.07

CMYK color model

#725EB9 color CMYK value is (38,49,0,27).

  • cyan value is 38.38%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(38,49,0,27)
C38M49Y0K27 
(38%,49%,0%,27%)
(0.38/0.49/0.00/0.27)	

CMYK percentages

%38.38
%49.19
%0
%27.45

Codes

Color #725EB9 in popluar color models

725EB9
RGB11494185
HSL253°39.39%54.71%
HSB/HSV253°49.19%72.55%
CMYK38.38%49.19%0.00%
27.45%

Color #725EB9 in popluar number systems.

HEX725EB9
Decimal11494185
Binary1110010101111010111001
Octal162136271

Shades and tints

Shades of #725EB9

#725EB9
(114,94,185)
#6856A9
(104,86,169)
#5E4E99
(94,78,153)
#544689
(84,70,137)
#4A3E79
(74,62,121)
#403669
(64,54,105)
#362E59
(54,46,89)
#2C2649
(44,38,73)
#221E39
(34,30,57)
#181629
(24,22,41)
#0E0E19
(14,14,25)
#000000
(0,0,0)

Tints of #725EB9

#725EB9
(114,94,185)
#7E6CBF
(126,108,191)
#8A7AC5
(138,122,197)
#9688CB
(150,136,203)
#A296D1
(162,150,209)
#AEA4D7
(174,164,215)
#BAB2DD
(186,178,221)
#C6C0E3
(198,192,227)
#D2CEE9
(210,206,233)
#DEDCEF
(222,220,239)
#EAEAF5
(234,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725EB9 color. Also use rgb(114,94,185) instead hex code.

Text Font Color

.myTextColor { color: #725EB9; }

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

This text font color is #725EB9.


Background Color

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

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

This div background color is #725EB9.


Border color

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

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

This div border color is #725EB9.


Opacity

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

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

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

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

This text has shadow with #725EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725EB9 on black background.


Color preview on white background

This text has color #725EB9 on white background.



Black color preview on #725EB9 background

This text has black color on #725EB9 background.


White color preview on #725EB9 background

This text has white color on #725EB9 background.