COLOR #726AD3

HEX: #726AD3
RGB: (114,106,211)

Color info

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

RGB color model

#726AD3 color RGB value is (114,106,211).

  • red value is 114;
  • green value is 106;
  • blue value is 211.
RGB:
(114,106,211)
(45%,42%,83%)

RGB channels and saturation

R 114 of 255 = 45%
G 106 of 255 = 42%
B 211 of 255 = 83%

114
106
211

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

Portions of RGB colors in percentages

R + G + B =
114 + 106 + 211 = 431 (100%)
R 114 of 431 ~ 26.45%
G 106 of 431 ~ 24.59%
B 211 of 431 ~ 48.96%

%26.45
%24.59
%48.96

CMYK color model

#726AD3 color CMYK value is (46,50,0,17).

  • cyan value is 45.97%
  • magenta value is 49.76%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(46,50,0,17)
C46M50Y0K17 
(46%,50%,0%,17%)
(0.46/0.50/0.00/0.17)	

CMYK percentages

%45.97
%49.76
%0
%17.25

Codes

Color #726AD3 in popluar color models

726AD3
RGB114106211
HSL245°54.40%62.16%
HSB/HSV245°49.76%82.75%
CMYK45.97%49.76%0.00%
17.25%

Color #726AD3 in popluar number systems.

HEX726AD3
Decimal114106211
Binary1110010110101011010011
Octal162152323

Shades and tints

Shades of #726AD3

#726AD3
(114,106,211)
#6861C0
(104,97,192)
#5E58AD
(94,88,173)
#544F9A
(84,79,154)
#4A4687
(74,70,135)
#403D74
(64,61,116)
#363461
(54,52,97)
#2C2B4E
(44,43,78)
#22223B
(34,34,59)
#181928
(24,25,40)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #726AD3

#726AD3
(114,106,211)
#7E77D7
(126,119,215)
#8A84DB
(138,132,219)
#9691DF
(150,145,223)
#A29EE3
(162,158,227)
#AEABE7
(174,171,231)
#BAB8EB
(186,184,235)
#C6C5EF
(198,197,239)
#D2D2F3
(210,210,243)
#DEDFF7
(222,223,247)
#EAECFB
(234,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726AD3 color. Also use rgb(114,106,211) instead hex code.

Text Font Color

.myTextColor { color: #726AD3; }

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

This text font color is #726AD3.


Background Color

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

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

This div background color is #726AD3.


Border color

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

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

This div border color is #726AD3.


Opacity

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

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

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

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

This text has shadow with #726AD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726AD3 on black background.


Color preview on white background

This text has color #726AD3 on white background.



Black color preview on #726AD3 background

This text has black color on #726AD3 background.


White color preview on #726AD3 background

This text has white color on #726AD3 background.