COLOR #727CB9

HEX: #727CB9 RGB: (114,124,185)

Color info

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

RGB color model

#727CB9 color RGB value is (114,124,185).

RGB: (114,124,185) (45%, 49%, 73%)

RGB channels and saturation

R 114 of 255 = 45%
G 124 of 255 = 49%
B 185 of 255 = 73%

114
124
185

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

Portions of RGB colors in percentages

R + G + B = 114 + 124 + 185 = 423 (100%)
R 114 of 423 ~ 26.95%
G 124 of 423 ~ 29.31%
B 185 of 423 ~ 43.74'%

%26.95
%29.31
%43.74

CMYK color model

#727CB9 color CMYK value is (38,33,0,27).

  • cyan value is 38.38%
  • magenta value is 32.97%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (38,33,0,27)
C38M33Y0K27 (38%, 33%, 0%, 27%)
(0.38 / 0.33 / 0.00 / 0.27)

CMYK percentages

%38.38
%32.97
%0
%27.45

Codes

Color #727CB9 in popluar color models

72 7C B9
RGB 114 124 185
HSL 232° 33.65% 58.63%
HSB/HSV 232° 38.38% 72.55%
CMYK 38.38% 32.97% 0.00%
27.45%

Color #727CB9 in popluar number systems.

HEX 72 7C B9
Decimal 114 124 185
Binary 1110010 1111100 10111001
Octal 162 174 271

Shades and tints

Shades of #727CB9

#727CB9
(114,124,185)
#6871A9
(104,113,169)
#5E6699
(94,102,153)
#545B89
(84,91,137)
#4A5079
(74,80,121)
#404569
(64,69,105)
#363A59
(54,58,89)
#2C2F49
(44,47,73)
#222439
(34,36,57)
#181929
(24,25,41)
#0E0E19
(14,14,25)
#000000
(0,0,0)

Tints of #727CB9

#727CB9
(114,124,185)
#7E87BF
(126,135,191)
#8A92C5
(138,146,197)
#969DCB
(150,157,203)
#A2A8D1
(162,168,209)
#AEB3D7
(174,179,215)
#BABEDD
(186,190,221)
#C6C9E3
(198,201,227)
#D2D4E9
(210,212,233)
#DEDFEF
(222,223,239)
#EAEAF5
(234,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727CB9; }

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

This text font color is #727CB9.

Background Color

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

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

This div background color is #727CB9.

Border color

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

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

This div border color is #727CB9.

Opacity

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

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

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

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

This text has shadow with #727CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727CB9.

Preview

Color preview on black background

This text has color #727CB9 on black background.


Color preview on white background

This text has color #727CB9 on white background.


Black color preview on #727CB9 background

This text has black color on #727CB9 background.


White color preview on #727CB9 background

This text has white color on #727CB9 background.


Related colors

Complementary color

Complementary color for #hex is #8D8346.


I love getcolorcode.com

Triadic colors

1 #B9727C and #7CB972 with #727CB9 are triadic colors.

2 #B97C72 and #7C72B9 with #727CB9 are triadic colors.