COLOR #727AAE

HEX: #727AAE
RGB: (114,122,174)

Color info

#727AAE contains mainly green and blue colors. Web safe color of #727AAE is #666699 (or #669).

RGB color model

#727AAE color RGB value is (114,122,174).

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

RGB channels and saturation

R 114 of 255 = 45%
G 122 of 255 = 48%
B 174 of 255 = 68%

114
122
174

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

Portions of RGB colors in percentages

R + G + B =
114 + 122 + 174 = 410 (100%)
R 114 of 410 ~ 27.8%
G 122 of 410 ~ 29.76%
B 174 of 410 ~ 42.44%

%27.8
%29.76
%42.44

CMYK color model

#727AAE color CMYK value is (34,30,0,32).

  • cyan value is 34.48%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(34,30,0,32)
C34M30Y0K32 
(34%,30%,0%,32%)
(0.34/0.30/0.00/0.32)	

CMYK percentages

%34.48
%29.89
%0
%31.76

Codes

Color #727AAE in popluar color models

727AAE
RGB114122174
HSL232°27.03%56.47%
HSB/HSV232°34.48%68.24%
CMYK34.48%29.89%0.00%
31.76%

Color #727AAE in popluar number systems.

HEX727AAE
Decimal114122174
Binary1110010111101010101110
Octal162172256

Shades and tints

Shades of #727AAE

#727AAE
(114,122,174)
#686F9F
(104,111,159)
#5E6490
(94,100,144)
#545981
(84,89,129)
#4A4E72
(74,78,114)
#404363
(64,67,99)
#363854
(54,56,84)
#2C2D45
(44,45,69)
#222236
(34,34,54)
#181727
(24,23,39)
#0E0C18
(14,12,24)
#000000
(0,0,0)

Tints of #727AAE

#727AAE
(114,122,174)
#7E86B5
(126,134,181)
#8A92BC
(138,146,188)
#969EC3
(150,158,195)
#A2AACA
(162,170,202)
#AEB6D1
(174,182,209)
#BAC2D8
(186,194,216)
#C6CEDF
(198,206,223)
#D2DAE6
(210,218,230)
#DEE6ED
(222,230,237)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727AAE; }

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

This text font color is #727AAE.


Background Color

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

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

This div background color is #727AAE.


Border color

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

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

This div border color is #727AAE.


Opacity

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

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

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

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

This text has shadow with #727AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727AAE on black background.


Color preview on white background

This text has color #727AAE on white background.



Black color preview on #727AAE background

This text has black color on #727AAE background.


White color preview on #727AAE background

This text has white color on #727AAE background.