COLOR #726DB7

HEX: #726DB7 RGB: (114,109,183)

Color info

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

RGB color model

#726DB7 color RGB value is (114,109,183).

RGB: (114,109,183) (45%, 43%, 72%)

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 183 of 255 = 72%

114
109
183

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

Portions of RGB colors in percentages

R + G + B = 114 + 109 + 183 = 406 (100%)
R 114 of 406 ~ 28.08%
G 109 of 406 ~ 26.85%
B 183 of 406 ~ 45.07'%

%28.08
%26.85
%45.07

CMYK color model

#726DB7 color CMYK value is (38,40,0,28).

  • cyan value is 37.70%
  • magenta value is 40.44%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (38,40,0,28)
C38M40Y0K28 (38%, 40%, 0%, 28%)
(0.38 / 0.40 / 0.00 / 0.28)

CMYK percentages

%37.7
%40.44
%0
%28.24

Codes

Color #726DB7 in popluar color models

72 6D B7
RGB 114 109 183
HSL 244° 33.94% 57.25%
HSB/HSV 244° 40.44% 71.76%
CMYK 37.70% 40.44% 0.00%
28.24%

Color #726DB7 in popluar number systems.

HEX 72 6D B7
Decimal 114 109 183
Binary 1110010 1101101 10110111
Octal 162 155 267

Shades and tints

Shades of #726DB7

#726DB7
(114,109,183)
#6864A7
(104,100,167)
#5E5B97
(94,91,151)
#545287
(84,82,135)
#4A4977
(74,73,119)
#404067
(64,64,103)
#363757
(54,55,87)
#2C2E47
(44,46,71)
#222537
(34,37,55)
#181C27
(24,28,39)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #726DB7

#726DB7
(114,109,183)
#7E7ABD
(126,122,189)
#8A87C3
(138,135,195)
#9694C9
(150,148,201)
#A2A1CF
(162,161,207)
#AEAED5
(174,174,213)
#BABBDB
(186,187,219)
#C6C8E1
(198,200,225)
#D2D5E7
(210,213,231)
#DEE2ED
(222,226,237)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726DB7; }

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

This text font color is #726DB7.

Background Color

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

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

This div background color is #726DB7.

Border color

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

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

This div border color is #726DB7.

Opacity

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

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

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

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

This text has shadow with #726DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726DB7.

Preview

Color preview on black background

This text has color #726DB7 on black background.


Color preview on white background

This text has color #726DB7 on white background.


Black color preview on #726DB7 background

This text has black color on #726DB7 background.


White color preview on #726DB7 background

This text has white color on #726DB7 background.


Related colors

Complementary color

Complementary color for #hex is #8D9248.


I love getcolorcode.com

Triadic colors

1 #B7726D and #6DB772 with #726DB7 are triadic colors.

2 #B76D72 and #6D72B7 with #726DB7 are triadic colors.