COLOR #727AE0

HEX: #727AE0
RGB: (114,122,224)

Color info

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

RGB color model

#727AE0 color RGB value is (114,122,224).

  • red value is 114;
  • green value is 122;
  • blue value is 224.
RGB:
(114,122,224)
(45%,48%,88%)

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 224 of 255 = 88%

114
122
224

R + G + B ~ 60%. #727AE0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 224 = 460 (100%)
R 114 of 460 ~ 24.78%
G 122 of 460 ~ 26.52%
B 224 of 460 ~ 48.7%

%24.78
%26.52
%48.7

CMYK color model

#727AE0 color CMYK value is (49,46,0,12).

  • cyan value is 49.11%
  • magenta value is 45.54%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(49,46,0,12)
C49M46Y0K12 
(49%,46%,0%,12%)
(0.49/0.46/0.00/0.12)	

CMYK percentages

%49.11
%45.54
%0
%12.16

Codes

Color #727AE0 in popluar color models

727AE0
RGB114122224
HSL236°63.95%66.27%
HSB/HSV236°49.11%87.84%
CMYK49.11%45.54%0.00%
12.16%

Color #727AE0 in popluar number systems.

HEX727AE0
Decimal114122224
Binary1110010111101011100000
Octal162172340

Shades and tints

Shades of #727AE0

#727AE0
(114,122,224)
#686FCC
(104,111,204)
#5E64B8
(94,100,184)
#5459A4
(84,89,164)
#4A4E90
(74,78,144)
#40437C
(64,67,124)
#363868
(54,56,104)
#2C2D54
(44,45,84)
#222240
(34,34,64)
#18172C
(24,23,44)
#0E0C18
(14,12,24)
#000000
(0,0,0)

Tints of #727AE0

#727AE0
(114,122,224)
#7E86E2
(126,134,226)
#8A92E4
(138,146,228)
#969EE6
(150,158,230)
#A2AAE8
(162,170,232)
#AEB6EA
(174,182,234)
#BAC2EC
(186,194,236)
#C6CEEE
(198,206,238)
#D2DAF0
(210,218,240)
#DEE6F2
(222,230,242)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727AE0 color. Also use rgb(114,122,224) instead hex code.

Text Font Color

.myTextColor { color: #727AE0; }

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

This text font color is #727AE0.


Background Color

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

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

This div background color is #727AE0.


Border color

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

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

This div border color is #727AE0.


Opacity

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

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

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

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

This text has shadow with #727AE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727AE0 on black background.


Color preview on white background

This text has color #727AE0 on white background.



Black color preview on #727AE0 background

This text has black color on #727AE0 background.


White color preview on #727AE0 background

This text has white color on #727AE0 background.