COLOR #727DC9

HEX: #727DC9 RGB: (114,125,201)

Color info

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

RGB color model

#727DC9 color RGB value is (114,125,201).

RGB: (114,125,201) (45%, 49%, 79%)

RGB channels and saturation

R 114 of 255 = 45%
G 125 of 255 = 49%
B 201 of 255 = 79%

114
125
201

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

Portions of RGB colors in percentages

R + G + B = 114 + 125 + 201 = 440 (100%)
R 114 of 440 ~ 25.91%
G 125 of 440 ~ 28.41%
B 201 of 440 ~ 45.68'%

%25.91
%28.41
%45.68

CMYK color model

#727DC9 color CMYK value is (43,38,0,21).

  • cyan value is 43.28%
  • magenta value is 37.81%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (43,38,0,21)
C43M38Y0K21 (43%, 38%, 0%, 21%)
(0.43 / 0.38 / 0.00 / 0.21)

CMYK percentages

%43.28
%37.81
%0
%21.18

Codes

Color #727DC9 in popluar color models

72 7D C9
RGB 114 125 201
HSL 232° 44.62% 61.76%
HSB/HSV 232° 43.28% 78.82%
CMYK 43.28% 37.81% 0.00%
21.18%

Color #727DC9 in popluar number systems.

HEX 72 7D C9
Decimal 114 125 201
Binary 1110010 1111101 11001001
Octal 162 175 311

Shades and tints

Shades of #727DC9

#727DC9
(114,125,201)
#6872B7
(104,114,183)
#5E67A5
(94,103,165)
#545C93
(84,92,147)
#4A5181
(74,81,129)
#40466F
(64,70,111)
#363B5D
(54,59,93)
#2C304B
(44,48,75)
#222539
(34,37,57)
#181A27
(24,26,39)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #727DC9

#727DC9
(114,125,201)
#7E88CD
(126,136,205)
#8A93D1
(138,147,209)
#969ED5
(150,158,213)
#A2A9D9
(162,169,217)
#AEB4DD
(174,180,221)
#BABFE1
(186,191,225)
#C6CAE5
(198,202,229)
#D2D5E9
(210,213,233)
#DEE0ED
(222,224,237)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727DC9 color. Also use rgb(114,125,201) instead hex code.

Text Font Color

.myTextColor { color: #727DC9; }

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

This text font color is #727DC9.

Background Color

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

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

This div background color is #727DC9.

Border color

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

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

This div border color is #727DC9.

Opacity

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

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

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

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

This text has shadow with #727DC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727DC9.

Preview

Color preview on black background

This text has color #727DC9 on black background.


Color preview on white background

This text has color #727DC9 on white background.


Black color preview on #727DC9 background

This text has black color on #727DC9 background.


White color preview on #727DC9 background

This text has white color on #727DC9 background.


Related colors

Complementary color

Complementary color for #hex is #8D8236.


I love getcolorcode.com

Triadic colors

1 #C9727D and #7DC972 with #727DC9 are triadic colors.

2 #C97D72 and #7D72C9 with #727DC9 are triadic colors.