COLOR #727BB7

HEX: #727BB7
RGB: (114,123,183)

Color info

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

RGB color model

#727BB7 color RGB value is (114,123,183).

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

RGB channels and saturation

R 114 of 255 = 45%
G 123 of 255 = 48%
B 183 of 255 = 72%

114
123
183

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

Portions of RGB colors in percentages

R + G + B =
114 + 123 + 183 = 420 (100%)
R 114 of 420 ~ 27.14%
G 123 of 420 ~ 29.29%
B 183 of 420 ~ 43.57%

%27.14
%29.29
%43.57

CMYK color model

#727BB7 color CMYK value is (38,33,0,28).

  • cyan value is 37.70%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(38,33,0,28)
C38M33Y0K28 
(38%,33%,0%,28%)
(0.38/0.33/0.00/0.28)	

CMYK percentages

%37.7
%32.79
%0
%28.24

Codes

Color #727BB7 in popluar color models

727BB7
RGB114123183
HSL232°32.39%58.24%
HSB/HSV232°37.70%71.76%
CMYK37.70%32.79%0.00%
28.24%

Color #727BB7 in popluar number systems.

HEX727BB7
Decimal114123183
Binary1110010111101110110111
Octal162173267

Shades and tints

Shades of #727BB7

#727BB7
(114,123,183)
#6870A7
(104,112,167)
#5E6597
(94,101,151)
#545A87
(84,90,135)
#4A4F77
(74,79,119)
#404467
(64,68,103)
#363957
(54,57,87)
#2C2E47
(44,46,71)
#222337
(34,35,55)
#181827
(24,24,39)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #727BB7

#727BB7
(114,123,183)
#7E87BD
(126,135,189)
#8A93C3
(138,147,195)
#969FC9
(150,159,201)
#A2ABCF
(162,171,207)
#AEB7D5
(174,183,213)
#BAC3DB
(186,195,219)
#C6CFE1
(198,207,225)
#D2DBE7
(210,219,231)
#DEE7ED
(222,231,237)
#EAF3F3
(234,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727BB7; }

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

This text font color is #727BB7.


Background Color

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

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

This div background color is #727BB7.


Border color

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

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

This div border color is #727BB7.


Opacity

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

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

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

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

This text has shadow with #727BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727BB7 on black background.


Color preview on white background

This text has color #727BB7 on white background.



Black color preview on #727BB7 background

This text has black color on #727BB7 background.


White color preview on #727BB7 background

This text has white color on #727BB7 background.