COLOR #727CE7

HEX: #727CE7
RGB: (114,124,231)

Color info

#727CE7 contains mainly blue color. Web safe color of #727CE7 is #6666FF (or #66F).

RGB color model

#727CE7 color RGB value is (114,124,231).

  • red value is 114;
  • green value is 124;
  • blue value is 231.
RGB:
(114,124,231)
(45%,49%,91%)

RGB channels and saturation

R 114 of 255 = 45%
G 124 of 255 = 49%
B 231 of 255 = 91%

114
124
231

R + G + B ~ 62%. #727CE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 124 + 231 = 469 (100%)
R 114 of 469 ~ 24.31%
G 124 of 469 ~ 26.44%
B 231 of 469 ~ 49.25%

%24.31
%26.44
%49.25

CMYK color model

#727CE7 color CMYK value is (51,46,0,9).

  • cyan value is 50.65%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(51,46,0,9)
C51M46Y0K9 
(51%,46%,0%,9%)
(0.51/0.46/0.00/0.09)	

CMYK percentages

%50.65
%46.32
%0
%9.41

Codes

Color #727CE7 in popluar color models

727CE7
RGB114124231
HSL235°70.91%67.65%
HSB/HSV235°50.65%90.59%
CMYK50.65%46.32%0.00%
9.41%

Color #727CE7 in popluar number systems.

HEX727CE7
Decimal114124231
Binary1110010111110011100111
Octal162174347

Shades and tints

Shades of #727CE7

#727CE7
(114,124,231)
#6871D2
(104,113,210)
#5E66BD
(94,102,189)
#545BA8
(84,91,168)
#4A5093
(74,80,147)
#40457E
(64,69,126)
#363A69
(54,58,105)
#2C2F54
(44,47,84)
#22243F
(34,36,63)
#18192A
(24,25,42)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #727CE7

#727CE7
(114,124,231)
#7E87E9
(126,135,233)
#8A92EB
(138,146,235)
#969DED
(150,157,237)
#A2A8EF
(162,168,239)
#AEB3F1
(174,179,241)
#BABEF3
(186,190,243)
#C6C9F5
(198,201,245)
#D2D4F7
(210,212,247)
#DEDFF9
(222,223,249)
#EAEAFB
(234,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727CE7 color. Also use rgb(114,124,231) instead hex code.

Text Font Color

.myTextColor { color: #727CE7; }

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

This text font color is #727CE7.


Background Color

.myBgColor { background-color: #727CE7; }

<div style="background-color:#727CE7">Inner text</div>

This div background color is #727CE7.


Border color

.myBorderColor { border: 1px solid #727CE7; }

<div style="border:3px solid #727CE7">Div</div>

This div border color is #727CE7.


Opacity

.myOpacity80 { color: #727CE7; opacity: 0.8; }

<p style="color:#727CE7;opacity:0.8;">80%</p>

Text with #727CE7 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 #727CE7;}

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

This text has shadow with #727CE7 color.

.textShadow {text-shadow: 3px 3px 1px #727CE7, 3px 3px 1px red;}

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

This text has shadow with #727CE7 primary color and red secondary color.


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

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

This text has shadow with #727CE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727CE7 on black background.


Color preview on white background

This text has color #727CE7 on white background.



Black color preview on #727CE7 background

This text has black color on #727CE7 background.


White color preview on #727CE7 background

This text has white color on #727CE7 background.