COLOR #726BC8

HEX: #726BC8
RGB: (114,107,200)

Color info

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

RGB color model

#726BC8 color RGB value is (114,107,200).

  • red value is 114;
  • green value is 107;
  • blue value is 200.
RGB:
(114,107,200)
(45%,42%,78%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 200 of 255 = 78%

114
107
200

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 200 = 421 (100%)
R 114 of 421 ~ 27.08%
G 107 of 421 ~ 25.42%
B 200 of 421 ~ 47.51%

%27.08
%25.42
%47.51

CMYK color model

#726BC8 color CMYK value is (43,47,0,22).

  • cyan value is 43.00%
  • magenta value is 46.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(43,47,0,22)
C43M47Y0K22 
(43%,47%,0%,22%)
(0.43/0.47/0.00/0.22)	

CMYK percentages

%43
%46.5
%0
%21.57

Codes

Color #726BC8 in popluar color models

726BC8
RGB114107200
HSL245°45.81%60.20%
HSB/HSV245°46.50%78.43%
CMYK43.00%46.50%0.00%
21.57%

Color #726BC8 in popluar number systems.

HEX726BC8
Decimal114107200
Binary1110010110101111001000
Octal162153310

Shades and tints

Shades of #726BC8

#726BC8
(114,107,200)
#6862B6
(104,98,182)
#5E59A4
(94,89,164)
#545092
(84,80,146)
#4A4780
(74,71,128)
#403E6E
(64,62,110)
#36355C
(54,53,92)
#2C2C4A
(44,44,74)
#222338
(34,35,56)
#181A26
(24,26,38)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #726BC8

#726BC8
(114,107,200)
#7E78CD
(126,120,205)
#8A85D2
(138,133,210)
#9692D7
(150,146,215)
#A29FDC
(162,159,220)
#AEACE1
(174,172,225)
#BAB9E6
(186,185,230)
#C6C6EB
(198,198,235)
#D2D3F0
(210,211,240)
#DEE0F5
(222,224,245)
#EAEDFA
(234,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726BC8; }

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

This text font color is #726BC8.


Background Color

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

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

This div background color is #726BC8.


Border color

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

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

This div border color is #726BC8.


Opacity

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

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

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

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

This text has shadow with #726BC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726BC8 on black background.


Color preview on white background

This text has color #726BC8 on white background.



Black color preview on #726BC8 background

This text has black color on #726BC8 background.


White color preview on #726BC8 background

This text has white color on #726BC8 background.