COLOR #726EB9

HEX: #726EB9
RGB: (114,110,185)

Color info

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

RGB color model

#726EB9 color RGB value is (114,110,185).

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

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 185 of 255 = 73%

114
110
185

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

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 185 = 409 (100%)
R 114 of 409 ~ 27.87%
G 110 of 409 ~ 26.89%
B 185 of 409 ~ 45.23%

%27.87
%26.89
%45.23

CMYK color model

#726EB9 color CMYK value is (38,41,0,27).

  • cyan value is 38.38%
  • magenta value is 40.54%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(38,41,0,27)
C38M41Y0K27 
(38%,41%,0%,27%)
(0.38/0.41/0.00/0.27)	

CMYK percentages

%38.38
%40.54
%0
%27.45

Codes

Color #726EB9 in popluar color models

726EB9
RGB114110185
HSL243°34.88%57.84%
HSB/HSV243°40.54%72.55%
CMYK38.38%40.54%0.00%
27.45%

Color #726EB9 in popluar number systems.

HEX726EB9
Decimal114110185
Binary1110010110111010111001
Octal162156271

Shades and tints

Shades of #726EB9

#726EB9
(114,110,185)
#6864A9
(104,100,169)
#5E5A99
(94,90,153)
#545089
(84,80,137)
#4A4679
(74,70,121)
#403C69
(64,60,105)
#363259
(54,50,89)
#2C2849
(44,40,73)
#221E39
(34,30,57)
#181429
(24,20,41)
#0E0A19
(14,10,25)
#000000
(0,0,0)

Tints of #726EB9

#726EB9
(114,110,185)
#7E7BBF
(126,123,191)
#8A88C5
(138,136,197)
#9695CB
(150,149,203)
#A2A2D1
(162,162,209)
#AEAFD7
(174,175,215)
#BABCDD
(186,188,221)
#C6C9E3
(198,201,227)
#D2D6E9
(210,214,233)
#DEE3EF
(222,227,239)
#EAF0F5
(234,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726EB9; }

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

This text font color is #726EB9.


Background Color

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

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

This div background color is #726EB9.


Border color

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

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

This div border color is #726EB9.


Opacity

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

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

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

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

This text has shadow with #726EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726EB9 on black background.


Color preview on white background

This text has color #726EB9 on white background.



Black color preview on #726EB9 background

This text has black color on #726EB9 background.


White color preview on #726EB9 background

This text has white color on #726EB9 background.