COLOR #727BB4

HEX: #727BB4
RGB: (114,123,180)

Color info

#727BB4 contains mainly green and blue colors. Web safe color of #727BB4 is #6666CC (or #66C).

RGB color model

#727BB4 color RGB value is (114,123,180).

  • red value is 114;
  • green value is 123;
  • blue value is 180.
RGB:
(114,123,180)
(45%,48%,71%)

RGB channels and saturation

R 114 of 255 = 45%
G 123 of 255 = 48%
B 180 of 255 = 71%

114
123
180

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

Portions of RGB colors in percentages

R + G + B =
114 + 123 + 180 = 417 (100%)
R 114 of 417 ~ 27.34%
G 123 of 417 ~ 29.5%
B 180 of 417 ~ 43.17%

%27.34
%29.5
%43.17

CMYK color model

#727BB4 color CMYK value is (37,32,0,29).

  • cyan value is 36.67%
  • magenta value is 31.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(37,32,0,29)
C37M32Y0K29 
(37%,32%,0%,29%)
(0.37/0.32/0.00/0.29)	

CMYK percentages

%36.67
%31.67
%0
%29.41

Codes

Color #727BB4 in popluar color models

727BB4
RGB114123180
HSL232°30.56%57.65%
HSB/HSV232°36.67%70.59%
CMYK36.67%31.67%0.00%
29.41%

Color #727BB4 in popluar number systems.

HEX727BB4
Decimal114123180
Binary1110010111101110110100
Octal162173264

Shades and tints

Shades of #727BB4

#727BB4
(114,123,180)
#6870A4
(104,112,164)
#5E6594
(94,101,148)
#545A84
(84,90,132)
#4A4F74
(74,79,116)
#404464
(64,68,100)
#363954
(54,57,84)
#2C2E44
(44,46,68)
#222334
(34,35,52)
#181824
(24,24,36)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #727BB4

#727BB4
(114,123,180)
#7E87BA
(126,135,186)
#8A93C0
(138,147,192)
#969FC6
(150,159,198)
#A2ABCC
(162,171,204)
#AEB7D2
(174,183,210)
#BAC3D8
(186,195,216)
#C6CFDE
(198,207,222)
#D2DBE4
(210,219,228)
#DEE7EA
(222,231,234)
#EAF3F0
(234,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727BB4 color. Also use rgb(114,123,180) instead hex code.

Text Font Color

.myTextColor { color: #727BB4; }

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

This text font color is #727BB4.


Background Color

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

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

This div background color is #727BB4.


Border color

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

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

This div border color is #727BB4.


Opacity

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

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

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

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

This text has shadow with #727BB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727BB4 on black background.


Color preview on white background

This text has color #727BB4 on white background.



Black color preview on #727BB4 background

This text has black color on #727BB4 background.


White color preview on #727BB4 background

This text has white color on #727BB4 background.