COLOR #739AC8

HEX: #739AC8 RGB: (115,154,200)

Color info

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

RGB color model

#739AC8 color RGB value is (115,154,200).

RGB: (115,154,200) (45%, 60%, 78%)

RGB channels and saturation

R 115 of 255 = 45%
G 154 of 255 = 60%
B 200 of 255 = 78%

115
154
200

R + G + B ~ 61%. #739AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 154 + 200 = 469 (100%)
R 115 of 469 ~ 24.52%
G 154 of 469 ~ 32.84%
B 200 of 469 ~ 42.64'%

%24.52
%32.84
%42.64

CMYK color model

#739AC8 color CMYK value is (43,23,0,22).

  • cyan value is 42.50%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (43,23,0,22)
C43M23Y0K22 (43%, 23%, 0%, 22%)
(0.43 / 0.23 / 0.00 / 0.22)

CMYK percentages

%42.5
%23
%0
%21.57

Codes

Color #739AC8 in popluar color models

73 9A C8
RGB 115 154 200
HSL 212° 43.59% 61.76%
HSB/HSV 212° 42.50% 78.43%
CMYK 42.50% 23.00% 0.00%
21.57%

Color #739AC8 in popluar number systems.

HEX 73 9A C8
Decimal 115 154 200
Binary 1110011 10011010 11001000
Octal 163 232 310

Shades and tints

Shades of #739AC8

#739AC8
(115,154,200)
#698CB6
(105,140,182)
#5F7EA4
(95,126,164)
#557092
(85,112,146)
#4B6280
(75,98,128)
#41546E
(65,84,110)
#37465C
(55,70,92)
#2D384A
(45,56,74)
#232A38
(35,42,56)
#191C26
(25,28,38)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #739AC8

#739AC8
(115,154,200)
#7FA3CD
(127,163,205)
#8BACD2
(139,172,210)
#97B5D7
(151,181,215)
#A3BEDC
(163,190,220)
#AFC7E1
(175,199,225)
#BBD0E6
(187,208,230)
#C7D9EB
(199,217,235)
#D3E2F0
(211,226,240)
#DFEBF5
(223,235,245)
#EBF4FA
(235,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739AC8 color. Also use rgb(115,154,200) instead hex code.

Text Font Color

.myTextColor { color: #739AC8; }

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

This text font color is #739AC8.

Background Color

.myBgColor { background-color: #739AC8; }

<div style="background-color:#739AC8">Inner text</div>

This div background color is #739AC8.

Border color

.myBorderColor { border: 1px solid #739AC8; }

<div style="border:3px solid #739AC8">Div</div>

This div border color is #739AC8.

Opacity

.myOpacity80 { color: #739AC8; opacity: 0.8; }

<p style="color:#739AC8;opacity:0.8;">80%</p>

Text with #739AC8 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 #739AC8;}

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

This text has shadow with #739AC8 color.


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

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

This text has shadow with #739AC8 primary color and red secondary color.


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

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

This text has shadow with #739AC8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #739AC8.

Preview

Color preview on black background

This text has color #739AC8 on black background.


Color preview on white background

This text has color #739AC8 on white background.


Black color preview on #739AC8 background

This text has black color on #739AC8 background.


White color preview on #739AC8 background

This text has white color on #739AC8 background.


Related colors

Complementary color

Complementary color for #hex is #8C6537.


I love getcolorcode.com

Triadic colors

1 #C8739A and #9AC873 with #739AC8 are triadic colors.

2 #C89A73 and #9A73C8 with #739AC8 are triadic colors.