COLOR #738FA9

HEX: #738FA9 RGB: (115,143,169)

Color info

#738FA9 contains red, green and blue colors in about the same proportion. Web safe color of #738FA9 is #669999 (or #699).

RGB color model

#738FA9 color RGB value is (115,143,169).

RGB: (115,143,169) (45%, 56%, 66%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 169 of 255 = 66%

115
143
169

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

Portions of RGB colors in percentages

R + G + B = 115 + 143 + 169 = 427 (100%)
R 115 of 427 ~ 26.93%
G 143 of 427 ~ 33.49%
B 169 of 427 ~ 39.58'%

%26.93
%33.49
%39.58

CMYK color model

#738FA9 color CMYK value is (32,15,0,34).

  • cyan value is 31.95%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (32,15,0,34)
C32M15Y0K34 (32%, 15%, 0%, 34%)
(0.32 / 0.15 / 0.00 / 0.34)

CMYK percentages

%31.95
%15.38
%0
%33.73

Codes

Color #738FA9 in popluar color models

73 8F A9
RGB 115 143 169
HSL 209° 23.89% 55.69%
HSB/HSV 209° 31.95% 66.27%
CMYK 31.95% 15.38% 0.00%
33.73%

Color #738FA9 in popluar number systems.

HEX 73 8F A9
Decimal 115 143 169
Binary 1110011 10001111 10101001
Octal 163 217 251

Shades and tints

Shades of #738FA9

#738FA9
(115,143,169)
#69829A
(105,130,154)
#5F758B
(95,117,139)
#55687C
(85,104,124)
#4B5B6D
(75,91,109)
#414E5E
(65,78,94)
#37414F
(55,65,79)
#2D3440
(45,52,64)
#232731
(35,39,49)
#191A22
(25,26,34)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #738FA9

#738FA9
(115,143,169)
#7F99B0
(127,153,176)
#8BA3B7
(139,163,183)
#97ADBE
(151,173,190)
#A3B7C5
(163,183,197)
#AFC1CC
(175,193,204)
#BBCBD3
(187,203,211)
#C7D5DA
(199,213,218)
#D3DFE1
(211,223,225)
#DFE9E8
(223,233,232)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738FA9 color. Also use rgb(115,143,169) instead hex code.

Text Font Color

.myTextColor { color: #738FA9; }

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

This text font color is #738FA9.

Background Color

.myBgColor { background-color: #738FA9; }

<div style="background-color:#738FA9">Inner text</div>

This div background color is #738FA9.

Border color

.myBorderColor { border: 1px solid #738FA9; }

<div style="border:3px solid #738FA9">Div</div>

This div border color is #738FA9.

Opacity

.myOpacity80 { color: #738FA9; opacity: 0.8; }

<p style="color:#738FA9;opacity:0.8;">80%</p>

Text with #738FA9 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 #738FA9;}

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

This text has shadow with #738FA9 color.


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

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

This text has shadow with #738FA9 primary color and red secondary color.


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

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

This text has shadow with #738FA9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #738FA9.

Preview

Color preview on black background

This text has color #738FA9 on black background.


Color preview on white background

This text has color #738FA9 on white background.


Black color preview on #738FA9 background

This text has black color on #738FA9 background.


White color preview on #738FA9 background

This text has white color on #738FA9 background.


Related colors

Complementary color

Complementary color for #hex is #8C7056.


I love getcolorcode.com

Triadic colors

1 #A9738F and #8FA973 with #738FA9 are triadic colors.

2 #A98F73 and #8F73A9 with #738FA9 are triadic colors.