COLOR #726BA5

HEX: #726BA5
RGB: (114,107,165)

Color info

#726BA5 contains red, green and blue colors in about the same proportion. Web safe color of #726BA5 is #666699 (or #669).

RGB color model

#726BA5 color RGB value is (114,107,165).

  • red value is 114;
  • green value is 107;
  • blue value is 165.
RGB:
(114,107,165)
(45%,42%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 165 of 255 = 65%

114
107
165

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 165 = 386 (100%)
R 114 of 386 ~ 29.53%
G 107 of 386 ~ 27.72%
B 165 of 386 ~ 42.75%

%29.53
%27.72
%42.75

CMYK color model

#726BA5 color CMYK value is (31,35,0,35).

  • cyan value is 30.91%
  • magenta value is 35.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(31,35,0,35)
C31M35Y0K35 
(31%,35%,0%,35%)
(0.31/0.35/0.00/0.35)	

CMYK percentages

%30.91
%35.15
%0
%35.29

Codes

Color #726BA5 in popluar color models

726BA5
RGB114107165
HSL247°24.37%53.33%
HSB/HSV247°35.15%64.71%
CMYK30.91%35.15%0.00%
35.29%

Color #726BA5 in popluar number systems.

HEX726BA5
Decimal114107165
Binary1110010110101110100101
Octal162153245

Shades and tints

Shades of #726BA5

#726BA5
(114,107,165)
#686296
(104,98,150)
#5E5987
(94,89,135)
#545078
(84,80,120)
#4A4769
(74,71,105)
#403E5A
(64,62,90)
#36354B
(54,53,75)
#2C2C3C
(44,44,60)
#22232D
(34,35,45)
#181A1E
(24,26,30)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #726BA5

#726BA5
(114,107,165)
#7E78AD
(126,120,173)
#8A85B5
(138,133,181)
#9692BD
(150,146,189)
#A29FC5
(162,159,197)
#AEACCD
(174,172,205)
#BAB9D5
(186,185,213)
#C6C6DD
(198,198,221)
#D2D3E5
(210,211,229)
#DEE0ED
(222,224,237)
#EAEDF5
(234,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726BA5 color. Also use rgb(114,107,165) instead hex code.

Text Font Color

.myTextColor { color: #726BA5; }

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

This text font color is #726BA5.


Background Color

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

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

This div background color is #726BA5.


Border color

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

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

This div border color is #726BA5.


Opacity

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

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

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

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

This text has shadow with #726BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726BA5 on black background.


Color preview on white background

This text has color #726BA5 on white background.



Black color preview on #726BA5 background

This text has black color on #726BA5 background.


White color preview on #726BA5 background

This text has white color on #726BA5 background.