COLOR #726EB4

HEX: #726EB4
RGB: (114,110,180)

Color info

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

RGB color model

#726EB4 color RGB value is (114,110,180).

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

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 180 of 255 = 71%

114
110
180

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

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 180 = 404 (100%)
R 114 of 404 ~ 28.22%
G 110 of 404 ~ 27.23%
B 180 of 404 ~ 44.55%

%28.22
%27.23
%44.55

CMYK color model

#726EB4 color CMYK value is (37,39,0,29).

  • cyan value is 36.67%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(37,39,0,29)
C37M39Y0K29 
(37%,39%,0%,29%)
(0.37/0.39/0.00/0.29)	

CMYK percentages

%36.67
%38.89
%0
%29.41

Codes

Color #726EB4 in popluar color models

726EB4
RGB114110180
HSL243°31.82%56.86%
HSB/HSV243°38.89%70.59%
CMYK36.67%38.89%0.00%
29.41%

Color #726EB4 in popluar number systems.

HEX726EB4
Decimal114110180
Binary1110010110111010110100
Octal162156264

Shades and tints

Shades of #726EB4

#726EB4
(114,110,180)
#6864A4
(104,100,164)
#5E5A94
(94,90,148)
#545084
(84,80,132)
#4A4674
(74,70,116)
#403C64
(64,60,100)
#363254
(54,50,84)
#2C2844
(44,40,68)
#221E34
(34,30,52)
#181424
(24,20,36)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #726EB4

#726EB4
(114,110,180)
#7E7BBA
(126,123,186)
#8A88C0
(138,136,192)
#9695C6
(150,149,198)
#A2A2CC
(162,162,204)
#AEAFD2
(174,175,210)
#BABCD8
(186,188,216)
#C6C9DE
(198,201,222)
#D2D6E4
(210,214,228)
#DEE3EA
(222,227,234)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726EB4; }

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

This text font color is #726EB4.


Background Color

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

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

This div background color is #726EB4.


Border color

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

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

This div border color is #726EB4.


Opacity

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

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

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

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

This text has shadow with #726EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726EB4 on black background.


Color preview on white background

This text has color #726EB4 on white background.



Black color preview on #726EB4 background

This text has black color on #726EB4 background.


White color preview on #726EB4 background

This text has white color on #726EB4 background.