COLOR #725EA6

HEX: #725EA6 RGB: (114,94,166)

Color info

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

RGB color model

#725EA6 color RGB value is (114,94,166).

RGB: (114,94,166) (45%, 37%, 65%)

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 166 of 255 = 65%

114
94
166

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

Portions of RGB colors in percentages

R + G + B = 114 + 94 + 166 = 374 (100%)
R 114 of 374 ~ 30.48%
G 94 of 374 ~ 25.13%
B 166 of 374 ~ 44.39'%

%30.48
%25.13
%44.39

CMYK color model

#725EA6 color CMYK value is (31,43,0,35).

  • cyan value is 31.33%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (31,43,0,35)
C31M43Y0K35 (31%, 43%, 0%, 35%)
(0.31 / 0.43 / 0.00 / 0.35)

CMYK percentages

%31.33
%43.37
%0
%34.9

Codes

Color #725EA6 in popluar color models

72 5E A6
RGB 114 94 166
HSL 257° 28.80% 50.98%
HSB/HSV 257° 43.37% 65.10%
CMYK 31.33% 43.37% 0.00%
34.90%

Color #725EA6 in popluar number systems.

HEX 72 5E A6
Decimal 114 94 166
Binary 1110010 1011110 10100110
Octal 162 136 246

Shades and tints

Shades of #725EA6

#725EA6
(114,94,166)
#685697
(104,86,151)
#5E4E88
(94,78,136)
#544679
(84,70,121)
#4A3E6A
(74,62,106)
#40365B
(64,54,91)
#362E4C
(54,46,76)
#2C263D
(44,38,61)
#221E2E
(34,30,46)
#18161F
(24,22,31)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #725EA6

#725EA6
(114,94,166)
#7E6CAE
(126,108,174)
#8A7AB6
(138,122,182)
#9688BE
(150,136,190)
#A296C6
(162,150,198)
#AEA4CE
(174,164,206)
#BAB2D6
(186,178,214)
#C6C0DE
(198,192,222)
#D2CEE6
(210,206,230)
#DEDCEE
(222,220,238)
#EAEAF6
(234,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725EA6; }

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

This text font color is #725EA6.

Background Color

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

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

This div background color is #725EA6.

Border color

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

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

This div border color is #725EA6.

Opacity

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

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

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

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

This text has shadow with #725EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725EA6.

Preview

Color preview on black background

This text has color #725EA6 on black background.


Color preview on white background

This text has color #725EA6 on white background.


Black color preview on #725EA6 background

This text has black color on #725EA6 background.


White color preview on #725EA6 background

This text has white color on #725EA6 background.


Related colors

Complementary color

Complementary color for #hex is #8DA159.


I love getcolorcode.com

Triadic colors

1 #A6725E and #5EA672 with #725EA6 are triadic colors.

2 #A65E72 and #5E72A6 with #725EA6 are triadic colors.