COLOR #726BBE

HEX: #726BBE RGB: (114,107,190)

Color info

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

RGB color model

#726BBE color RGB value is (114,107,190).

RGB: (114,107,190) (45%, 42%, 75%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 190 of 255 = 75%

114
107
190

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

Portions of RGB colors in percentages

R + G + B = 114 + 107 + 190 = 411 (100%)
R 114 of 411 ~ 27.74%
G 107 of 411 ~ 26.03%
B 190 of 411 ~ 46.23'%

%27.74
%26.03
%46.23

CMYK color model

#726BBE color CMYK value is (40,44,0,25).

  • cyan value is 40.00%
  • magenta value is 43.68%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (40,44,0,25)
C40M44Y0K25 (40%, 44%, 0%, 25%)
(0.40 / 0.44 / 0.00 / 0.25)

CMYK percentages

%40
%43.68
%0
%25.49

Codes

Color #726BBE in popluar color models

72 6B BE
RGB 114 107 190
HSL 245° 38.97% 58.24%
HSB/HSV 245° 43.68% 74.51%
CMYK 40.00% 43.68% 0.00%
25.49%

Color #726BBE in popluar number systems.

HEX 72 6B BE
Decimal 114 107 190
Binary 1110010 1101011 10111110
Octal 162 153 276

Shades and tints

Shades of #726BBE

#726BBE
(114,107,190)
#6862AD
(104,98,173)
#5E599C
(94,89,156)
#54508B
(84,80,139)
#4A477A
(74,71,122)
#403E69
(64,62,105)
#363558
(54,53,88)
#2C2C47
(44,44,71)
#222336
(34,35,54)
#181A25
(24,26,37)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #726BBE

#726BBE
(114,107,190)
#7E78C3
(126,120,195)
#8A85C8
(138,133,200)
#9692CD
(150,146,205)
#A29FD2
(162,159,210)
#AEACD7
(174,172,215)
#BAB9DC
(186,185,220)
#C6C6E1
(198,198,225)
#D2D3E6
(210,211,230)
#DEE0EB
(222,224,235)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726BBE color. Also use rgb(114,107,190) instead hex code.

Text Font Color

.myTextColor { color: #726BBE; }

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

This text font color is #726BBE.

Background Color

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

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

This div background color is #726BBE.

Border color

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

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

This div border color is #726BBE.

Opacity

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

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

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

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

This text has shadow with #726BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726BBE.

Preview

Color preview on black background

This text has color #726BBE on black background.


Color preview on white background

This text has color #726BBE on white background.


Black color preview on #726BBE background

This text has black color on #726BBE background.


White color preview on #726BBE background

This text has white color on #726BBE background.


Related colors

Complementary color

Complementary color for #hex is #8D9441.


I love getcolorcode.com

Triadic colors

1 #BE726B and #6BBE72 with #726BBE are triadic colors.

2 #BE6B72 and #6B72BE with #726BBE are triadic colors.