COLOR #727BB9

HEX: #727BB9
RGB: (114,123,185)

Color info

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

RGB color model

#727BB9 color RGB value is (114,123,185).

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

RGB channels and saturation

R 114 of 255 = 45%
G 123 of 255 = 48%
B 185 of 255 = 73%

114
123
185

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

Portions of RGB colors in percentages

R + G + B =
114 + 123 + 185 = 422 (100%)
R 114 of 422 ~ 27.01%
G 123 of 422 ~ 29.15%
B 185 of 422 ~ 43.84%

%27.01
%29.15
%43.84

CMYK color model

#727BB9 color CMYK value is (38,34,0,27).

  • cyan value is 38.38%
  • magenta value is 33.51%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(38,34,0,27)
C38M34Y0K27 
(38%,34%,0%,27%)
(0.38/0.34/0.00/0.27)	

CMYK percentages

%38.38
%33.51
%0
%27.45

Codes

Color #727BB9 in popluar color models

727BB9
RGB114123185
HSL232°33.65%58.63%
HSB/HSV232°38.38%72.55%
CMYK38.38%33.51%0.00%
27.45%

Color #727BB9 in popluar number systems.

HEX727BB9
Decimal114123185
Binary1110010111101110111001
Octal162173271

Shades and tints

Shades of #727BB9

#727BB9
(114,123,185)
#6870A9
(104,112,169)
#5E6599
(94,101,153)
#545A89
(84,90,137)
#4A4F79
(74,79,121)
#404469
(64,68,105)
#363959
(54,57,89)
#2C2E49
(44,46,73)
#222339
(34,35,57)
#181829
(24,24,41)
#0E0D19
(14,13,25)
#000000
(0,0,0)

Tints of #727BB9

#727BB9
(114,123,185)
#7E87BF
(126,135,191)
#8A93C5
(138,147,197)
#969FCB
(150,159,203)
#A2ABD1
(162,171,209)
#AEB7D7
(174,183,215)
#BAC3DD
(186,195,221)
#C6CFE3
(198,207,227)
#D2DBE9
(210,219,233)
#DEE7EF
(222,231,239)
#EAF3F5
(234,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727BB9; }

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

This text font color is #727BB9.


Background Color

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

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

This div background color is #727BB9.


Border color

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

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

This div border color is #727BB9.


Opacity

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

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

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

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

This text has shadow with #727BB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727BB9 on black background.


Color preview on white background

This text has color #727BB9 on white background.



Black color preview on #727BB9 background

This text has black color on #727BB9 background.


White color preview on #727BB9 background

This text has white color on #727BB9 background.