COLOR #725EE9

HEX: #725EE9
RGB: (114,94,233)

Color info

#725EE9 contains mainly blue color. Web safe color of #725EE9 is #6666FF (or #66F).

RGB color model

#725EE9 color RGB value is (114,94,233).

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

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 233 of 255 = 91%

114
94
233

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

Portions of RGB colors in percentages

R + G + B =
114 + 94 + 233 = 441 (100%)
R 114 of 441 ~ 25.85%
G 94 of 441 ~ 21.32%
B 233 of 441 ~ 52.83%

%25.85
%21.32
%52.83

CMYK color model

#725EE9 color CMYK value is (51,60,0,9).

  • cyan value is 51.07%
  • magenta value is 59.66%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(51,60,0,9)
C51M60Y0K9 
(51%,60%,0%,9%)
(0.51/0.60/0.00/0.09)	

CMYK percentages

%51.07
%59.66
%0
%8.63

Codes

Color #725EE9 in popluar color models

725EE9
RGB11494233
HSL249°75.96%64.12%
HSB/HSV249°59.66%91.37%
CMYK51.07%59.66%0.00%
8.63%

Color #725EE9 in popluar number systems.

HEX725EE9
Decimal11494233
Binary1110010101111011101001
Octal162136351

Shades and tints

Shades of #725EE9

#725EE9
(114,94,233)
#6856D4
(104,86,212)
#5E4EBF
(94,78,191)
#5446AA
(84,70,170)
#4A3E95
(74,62,149)
#403680
(64,54,128)
#362E6B
(54,46,107)
#2C2656
(44,38,86)
#221E41
(34,30,65)
#18162C
(24,22,44)
#0E0E17
(14,14,23)
#000000
(0,0,0)

Tints of #725EE9

#725EE9
(114,94,233)
#7E6CEB
(126,108,235)
#8A7AED
(138,122,237)
#9688EF
(150,136,239)
#A296F1
(162,150,241)
#AEA4F3
(174,164,243)
#BAB2F5
(186,178,245)
#C6C0F7
(198,192,247)
#D2CEF9
(210,206,249)
#DEDCFB
(222,220,251)
#EAEAFD
(234,234,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725EE9; }

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

This text font color is #725EE9.


Background Color

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

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

This div background color is #725EE9.


Border color

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

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

This div border color is #725EE9.


Opacity

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

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

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

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

This text has shadow with #725EE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725EE9 on black background.


Color preview on white background

This text has color #725EE9 on white background.



Black color preview on #725EE9 background

This text has black color on #725EE9 background.


White color preview on #725EE9 background

This text has white color on #725EE9 background.