COLOR #726DB6

HEX: #726DB6
RGB: (114,109,182)

Color info

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

RGB color model

#726DB6 color RGB value is (114,109,182).

  • red value is 114;
  • green value is 109;
  • blue value is 182.
RGB:
(114,109,182)
(45%,43%,71%)

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 182 of 255 = 71%

114
109
182

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 182 = 405 (100%)
R 114 of 405 ~ 28.15%
G 109 of 405 ~ 26.91%
B 182 of 405 ~ 44.94%

%28.15
%26.91
%44.94

CMYK color model

#726DB6 color CMYK value is (37,40,0,29).

  • cyan value is 37.36%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(37,40,0,29)
C37M40Y0K29 
(37%,40%,0%,29%)
(0.37/0.40/0.00/0.29)	

CMYK percentages

%37.36
%40.11
%0
%28.63

Codes

Color #726DB6 in popluar color models

726DB6
RGB114109182
HSL244°33.33%57.06%
HSB/HSV244°40.11%71.37%
CMYK37.36%40.11%0.00%
28.63%

Color #726DB6 in popluar number systems.

HEX726DB6
Decimal114109182
Binary1110010110110110110110
Octal162155266

Shades and tints

Shades of #726DB6

#726DB6
(114,109,182)
#6864A6
(104,100,166)
#5E5B96
(94,91,150)
#545286
(84,82,134)
#4A4976
(74,73,118)
#404066
(64,64,102)
#363756
(54,55,86)
#2C2E46
(44,46,70)
#222536
(34,37,54)
#181C26
(24,28,38)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #726DB6

#726DB6
(114,109,182)
#7E7ABC
(126,122,188)
#8A87C2
(138,135,194)
#9694C8
(150,148,200)
#A2A1CE
(162,161,206)
#AEAED4
(174,174,212)
#BABBDA
(186,187,218)
#C6C8E0
(198,200,224)
#D2D5E6
(210,213,230)
#DEE2EC
(222,226,236)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726DB6 color. Also use rgb(114,109,182) instead hex code.

Text Font Color

.myTextColor { color: #726DB6; }

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

This text font color is #726DB6.


Background Color

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

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

This div background color is #726DB6.


Border color

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

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

This div border color is #726DB6.


Opacity

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

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

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

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

This text has shadow with #726DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726DB6 on black background.


Color preview on white background

This text has color #726DB6 on white background.



Black color preview on #726DB6 background

This text has black color on #726DB6 background.


White color preview on #726DB6 background

This text has white color on #726DB6 background.