COLOR #726AC1

HEX: #726AC1
RGB: (114,106,193)

Color info

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

RGB color model

#726AC1 color RGB value is (114,106,193).

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

RGB channels and saturation

R 114 of 255 = 45%
G 106 of 255 = 42%
B 193 of 255 = 76%

114
106
193

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

Portions of RGB colors in percentages

R + G + B =
114 + 106 + 193 = 413 (100%)
R 114 of 413 ~ 27.6%
G 106 of 413 ~ 25.67%
B 193 of 413 ~ 46.73%

%27.6
%25.67
%46.73

CMYK color model

#726AC1 color CMYK value is (41,45,0,24).

  • cyan value is 40.93%
  • magenta value is 45.08%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(41,45,0,24)
C41M45Y0K24 
(41%,45%,0%,24%)
(0.41/0.45/0.00/0.24)	

CMYK percentages

%40.93
%45.08
%0
%24.31

Codes

Color #726AC1 in popluar color models

726AC1
RGB114106193
HSL246°41.23%58.63%
HSB/HSV246°45.08%75.69%
CMYK40.93%45.08%0.00%
24.31%

Color #726AC1 in popluar number systems.

HEX726AC1
Decimal114106193
Binary1110010110101011000001
Octal162152301

Shades and tints

Shades of #726AC1

#726AC1
(114,106,193)
#6861B0
(104,97,176)
#5E589F
(94,88,159)
#544F8E
(84,79,142)
#4A467D
(74,70,125)
#403D6C
(64,61,108)
#36345B
(54,52,91)
#2C2B4A
(44,43,74)
#222239
(34,34,57)
#181928
(24,25,40)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #726AC1

#726AC1
(114,106,193)
#7E77C6
(126,119,198)
#8A84CB
(138,132,203)
#9691D0
(150,145,208)
#A29ED5
(162,158,213)
#AEABDA
(174,171,218)
#BAB8DF
(186,184,223)
#C6C5E4
(198,197,228)
#D2D2E9
(210,210,233)
#DEDFEE
(222,223,238)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726AC1; }

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

This text font color is #726AC1.


Background Color

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

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

This div background color is #726AC1.


Border color

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

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

This div border color is #726AC1.


Opacity

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

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

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

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

This text has shadow with #726AC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726AC1 on black background.


Color preview on white background

This text has color #726AC1 on white background.



Black color preview on #726AC1 background

This text has black color on #726AC1 background.


White color preview on #726AC1 background

This text has white color on #726AC1 background.