COLOR #726EAB

HEX: #726EAB
RGB: (114,110,171)

Color info

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

RGB color model

#726EAB color RGB value is (114,110,171).

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

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 171 of 255 = 67%

114
110
171

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

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 171 = 395 (100%)
R 114 of 395 ~ 28.86%
G 110 of 395 ~ 27.85%
B 171 of 395 ~ 43.29%

%28.86
%27.85
%43.29

CMYK color model

#726EAB color CMYK value is (33,36,0,33).

  • cyan value is 33.33%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(33,36,0,33)
C33M36Y0K33 
(33%,36%,0%,33%)
(0.33/0.36/0.00/0.33)	

CMYK percentages

%33.33
%35.67
%0
%32.94

Codes

Color #726EAB in popluar color models

726EAB
RGB114110171
HSL244°26.64%55.10%
HSB/HSV244°35.67%67.06%
CMYK33.33%35.67%0.00%
32.94%

Color #726EAB in popluar number systems.

HEX726EAB
Decimal114110171
Binary1110010110111010101011
Octal162156253

Shades and tints

Shades of #726EAB

#726EAB
(114,110,171)
#68649C
(104,100,156)
#5E5A8D
(94,90,141)
#54507E
(84,80,126)
#4A466F
(74,70,111)
#403C60
(64,60,96)
#363251
(54,50,81)
#2C2842
(44,40,66)
#221E33
(34,30,51)
#181424
(24,20,36)
#0E0A15
(14,10,21)
#000000
(0,0,0)

Tints of #726EAB

#726EAB
(114,110,171)
#7E7BB2
(126,123,178)
#8A88B9
(138,136,185)
#9695C0
(150,149,192)
#A2A2C7
(162,162,199)
#AEAFCE
(174,175,206)
#BABCD5
(186,188,213)
#C6C9DC
(198,201,220)
#D2D6E3
(210,214,227)
#DEE3EA
(222,227,234)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726EAB; }

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

This text font color is #726EAB.


Background Color

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

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

This div background color is #726EAB.


Border color

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

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

This div border color is #726EAB.


Opacity

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

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

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

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

This text has shadow with #726EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726EAB on black background.


Color preview on white background

This text has color #726EAB on white background.



Black color preview on #726EAB background

This text has black color on #726EAB background.


White color preview on #726EAB background

This text has white color on #726EAB background.