COLOR #726BA8

HEX: #726BA8
RGB: (114,107,168)

Color info

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

RGB color model

#726BA8 color RGB value is (114,107,168).

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

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 168 of 255 = 66%

114
107
168

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 168 = 389 (100%)
R 114 of 389 ~ 29.31%
G 107 of 389 ~ 27.51%
B 168 of 389 ~ 43.19%

%29.31
%27.51
%43.19

CMYK color model

#726BA8 color CMYK value is (32,36,0,34).

  • cyan value is 32.14%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(32,36,0,34)
C32M36Y0K34 
(32%,36%,0%,34%)
(0.32/0.36/0.00/0.34)	

CMYK percentages

%32.14
%36.31
%0
%34.12

Codes

Color #726BA8 in popluar color models

726BA8
RGB114107168
HSL247°25.96%53.92%
HSB/HSV247°36.31%65.88%
CMYK32.14%36.31%0.00%
34.12%

Color #726BA8 in popluar number systems.

HEX726BA8
Decimal114107168
Binary1110010110101110101000
Octal162153250

Shades and tints

Shades of #726BA8

#726BA8
(114,107,168)
#686299
(104,98,153)
#5E598A
(94,89,138)
#54507B
(84,80,123)
#4A476C
(74,71,108)
#403E5D
(64,62,93)
#36354E
(54,53,78)
#2C2C3F
(44,44,63)
#222330
(34,35,48)
#181A21
(24,26,33)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #726BA8

#726BA8
(114,107,168)
#7E78AF
(126,120,175)
#8A85B6
(138,133,182)
#9692BD
(150,146,189)
#A29FC4
(162,159,196)
#AEACCB
(174,172,203)
#BAB9D2
(186,185,210)
#C6C6D9
(198,198,217)
#D2D3E0
(210,211,224)
#DEE0E7
(222,224,231)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726BA8; }

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

This text font color is #726BA8.


Background Color

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

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

This div background color is #726BA8.


Border color

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

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

This div border color is #726BA8.


Opacity

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

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

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

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

This text has shadow with #726BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726BA8 on black background.


Color preview on white background

This text has color #726BA8 on white background.



Black color preview on #726BA8 background

This text has black color on #726BA8 background.


White color preview on #726BA8 background

This text has white color on #726BA8 background.