COLOR #726CC9

HEX: #726CC9
RGB: (114,108,201)

Color info

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

RGB color model

#726CC9 color RGB value is (114,108,201).

  • red value is 114;
  • green value is 108;
  • blue value is 201.
RGB:
(114,108,201)
(45%,42%,79%)

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 201 of 255 = 79%

114
108
201

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

Portions of RGB colors in percentages

R + G + B =
114 + 108 + 201 = 423 (100%)
R 114 of 423 ~ 26.95%
G 108 of 423 ~ 25.53%
B 201 of 423 ~ 47.52%

%26.95
%25.53
%47.52

CMYK color model

#726CC9 color CMYK value is (43,46,0,21).

  • cyan value is 43.28%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(43,46,0,21)
C43M46Y0K21 
(43%,46%,0%,21%)
(0.43/0.46/0.00/0.21)	

CMYK percentages

%43.28
%46.27
%0
%21.18

Codes

Color #726CC9 in popluar color models

726CC9
RGB114108201
HSL244°46.27%60.59%
HSB/HSV244°46.27%78.82%
CMYK43.28%46.27%0.00%
21.18%

Color #726CC9 in popluar number systems.

HEX726CC9
Decimal114108201
Binary1110010110110011001001
Octal162154311

Shades and tints

Shades of #726CC9

#726CC9
(114,108,201)
#6863B7
(104,99,183)
#5E5AA5
(94,90,165)
#545193
(84,81,147)
#4A4881
(74,72,129)
#403F6F
(64,63,111)
#36365D
(54,54,93)
#2C2D4B
(44,45,75)
#222439
(34,36,57)
#181B27
(24,27,39)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #726CC9

#726CC9
(114,108,201)
#7E79CD
(126,121,205)
#8A86D1
(138,134,209)
#9693D5
(150,147,213)
#A2A0D9
(162,160,217)
#AEADDD
(174,173,221)
#BABAE1
(186,186,225)
#C6C7E5
(198,199,229)
#D2D4E9
(210,212,233)
#DEE1ED
(222,225,237)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726CC9 color. Also use rgb(114,108,201) instead hex code.

Text Font Color

.myTextColor { color: #726CC9; }

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

This text font color is #726CC9.


Background Color

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

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

This div background color is #726CC9.


Border color

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

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

This div border color is #726CC9.


Opacity

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

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

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

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

This text has shadow with #726CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726CC9 on black background.


Color preview on white background

This text has color #726CC9 on white background.



Black color preview on #726CC9 background

This text has black color on #726CC9 background.


White color preview on #726CC9 background

This text has white color on #726CC9 background.