COLOR #727EAD

HEX: #727EAD RGB: (114,126,173)

Color info

#727EAD contains red, green and blue colors in about the same proportion. Web safe color of #727EAD is #666699 (or #669).

RGB color model

#727EAD color RGB value is (114,126,173).

RGB: (114,126,173) (45%, 49%, 68%)

RGB channels and saturation

R 114 of 255 = 45%
G 126 of 255 = 49%
B 173 of 255 = 68%

114
126
173

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

Portions of RGB colors in percentages

R + G + B = 114 + 126 + 173 = 413 (100%)
R 114 of 413 ~ 27.6%
G 126 of 413 ~ 30.51%
B 173 of 413 ~ 41.89'%

%27.6
%30.51
%41.89

CMYK color model

#727EAD color CMYK value is (34,27,0,32).

  • cyan value is 34.10%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (34,27,0,32) C34M27Y0K32 (34%,27%,0%,32%) (0.34/0.27/0.00/0.32) 

CMYK percentages

%34.1
%27.17
%0
%32.16

Codes

Color #727EAD in popluar color models

72 7E AD
RGB 114 126 173
HSL 228° 26.46% 56.27%
HSB/HSV 228° 34.10% 67.84%
CMYK 34.10% 27.17% 0.00%
32.16%

Color #727EAD in popluar number systems.

HEX 72 7E AD
Decimal 114 126 173
Binary 1110010 1111110 10101101
Octal 162 176 255

Shades and tints

Shades of #727EAD

#727EAD
(114,126,173)
#68739E
(104,115,158)
#5E688F
(94,104,143)
#545D80
(84,93,128)
#4A5271
(74,82,113)
#404762
(64,71,98)
#363C53
(54,60,83)
#2C3144
(44,49,68)
#222635
(34,38,53)
#181B26
(24,27,38)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #727EAD

#727EAD
(114,126,173)
#7E89B4
(126,137,180)
#8A94BB
(138,148,187)
#969FC2
(150,159,194)
#A2AAC9
(162,170,201)
#AEB5D0
(174,181,208)
#BAC0D7
(186,192,215)
#C6CBDE
(198,203,222)
#D2D6E5
(210,214,229)
#DEE1EC
(222,225,236)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727EAD color. Also use rgb(114,126,173) instead hex code.

Text Font Color

.myTextColor { color: #727EAD; }

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

This text font color is #727EAD.

Background Color

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

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

This div background color is #727EAD.

Border color

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

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

This div border color is #727EAD.

Opacity

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

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

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

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

This text has shadow with #727EAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727EAD.

Preview

Color preview on black background

This text has color #727EAD on black background.


Color preview on white background

This text has color #727EAD on white background.


Black color preview on #727EAD background

This text has black color on #727EAD background.


White color preview on #727EAD background

This text has white color on #727EAD background.


Related colors

Complementary color

Complementary color for #hex is #8D8152.


I love getcolorcode.com

Triadic colors

1 #AD727E and #7EAD72 with #727EAD are triadic colors.

2 #AD7E72 and #7E72AD with #727EAD are triadic colors.