COLOR #729AC5

HEX: #729AC5 RGB: (114,154,197)

Color info

#729AC5 contains mainly green and blue colors. Web safe color of #729AC5 is #6699CC (or #69C).

RGB color model

#729AC5 color RGB value is (114,154,197).

RGB: (114,154,197) (45%, 60%, 77%)

RGB channels and saturation

R 114 of 255 = 45%
G 154 of 255 = 60%
B 197 of 255 = 77%

114
154
197

R + G + B ~ 61%. #729AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 154 + 197 = 465 (100%)
R 114 of 465 ~ 24.52%
G 154 of 465 ~ 33.12%
B 197 of 465 ~ 42.37'%

%24.52
%33.12
%42.37

CMYK color model

#729AC5 color CMYK value is (42,22,0,23).

  • cyan value is 42.13%
  • magenta value is 21.83%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (42,22,0,23)
C42M22Y0K23 (42%, 22%, 0%, 23%)
(0.42 / 0.22 / 0.00 / 0.23)

CMYK percentages

%42.13
%21.83
%0
%22.75

Codes

Color #729AC5 in popluar color models

72 9A C5
RGB 114 154 197
HSL 211° 41.71% 60.98%
HSB/HSV 211° 42.13% 77.25%
CMYK 42.13% 21.83% 0.00%
22.75%

Color #729AC5 in popluar number systems.

HEX 72 9A C5
Decimal 114 154 197
Binary 1110010 10011010 11000101
Octal 162 232 305

Shades and tints

Shades of #729AC5

#729AC5
(114,154,197)
#688CB4
(104,140,180)
#5E7EA3
(94,126,163)
#547092
(84,112,146)
#4A6281
(74,98,129)
#405470
(64,84,112)
#36465F
(54,70,95)
#2C384E
(44,56,78)
#222A3D
(34,42,61)
#181C2C
(24,28,44)
#0E0E1B
(14,14,27)
#000000
(0,0,0)

Tints of #729AC5

#729AC5
(114,154,197)
#7EA3CA
(126,163,202)
#8AACCF
(138,172,207)
#96B5D4
(150,181,212)
#A2BED9
(162,190,217)
#AEC7DE
(174,199,222)
#BAD0E3
(186,208,227)
#C6D9E8
(198,217,232)
#D2E2ED
(210,226,237)
#DEEBF2
(222,235,242)
#EAF4F7
(234,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #729AC5 color. Also use rgb(114,154,197) instead hex code.

Text Font Color

.myTextColor { color: #729AC5; }

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

This text font color is #729AC5.

Background Color

.myBgColor { background-color: #729AC5; }

<div style="background-color:#729AC5">Inner text</div>

This div background color is #729AC5.

Border color

.myBorderColor { border: 1px solid #729AC5; }

<div style="border:3px solid #729AC5">Div</div>

This div border color is #729AC5.

Opacity

.myOpacity80 { color: #729AC5; opacity: 0.8; }

<p style="color:#729AC5;opacity:0.8;">80%</p>

Text with #729AC5 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 #729AC5;}

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

This text has shadow with #729AC5 color.


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

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

This text has shadow with #729AC5 primary color and red secondary color.


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

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

This text has shadow with #729AC5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #729AC5.

Preview

Color preview on black background

This text has color #729AC5 on black background.


Color preview on white background

This text has color #729AC5 on white background.


Black color preview on #729AC5 background

This text has black color on #729AC5 background.


White color preview on #729AC5 background

This text has white color on #729AC5 background.


Related colors

Complementary color

Complementary color for #hex is #8D653A.


I love getcolorcode.com

Triadic colors

1 #C5729A and #9AC572 with #729AC5 are triadic colors.

2 #C59A72 and #9A72C5 with #729AC5 are triadic colors.