COLOR #738BAD

HEX: #738BAD RGB: (115,139,173)

Color info

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

RGB color model

#738BAD color RGB value is (115,139,173).

RGB: (115,139,173) (45%, 55%, 68%)

RGB channels and saturation

R 115 of 255 = 45%
G 139 of 255 = 55%
B 173 of 255 = 68%

115
139
173

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

Portions of RGB colors in percentages

R + G + B = 115 + 139 + 173 = 427 (100%)
R 115 of 427 ~ 26.93%
G 139 of 427 ~ 32.55%
B 173 of 427 ~ 40.52'%

%26.93
%32.55
%40.52

CMYK color model

#738BAD color CMYK value is (34,20,0,32).

  • cyan value is 33.53%
  • magenta value is 19.65%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (34,20,0,32) C34M20Y0K32 (34%,20%,0%,32%) (0.34/0.20/0.00/0.32) 

CMYK percentages

%33.53
%19.65
%0
%32.16

Codes

Color #738BAD in popluar color models

73 8B AD
RGB 115 139 173
HSL 215° 26.13% 56.47%
HSB/HSV 215° 33.53% 67.84%
CMYK 33.53% 19.65% 0.00%
32.16%

Color #738BAD in popluar number systems.

HEX 73 8B AD
Decimal 115 139 173
Binary 1110011 10001011 10101101
Octal 163 213 255

Shades and tints

Shades of #738BAD

#738BAD
(115,139,173)
#697F9E
(105,127,158)
#5F738F
(95,115,143)
#556780
(85,103,128)
#4B5B71
(75,91,113)
#414F62
(65,79,98)
#374353
(55,67,83)
#2D3744
(45,55,68)
#232B35
(35,43,53)
#191F26
(25,31,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #738BAD

#738BAD
(115,139,173)
#7F95B4
(127,149,180)
#8B9FBB
(139,159,187)
#97A9C2
(151,169,194)
#A3B3C9
(163,179,201)
#AFBDD0
(175,189,208)
#BBC7D7
(187,199,215)
#C7D1DE
(199,209,222)
#D3DBE5
(211,219,229)
#DFE5EC
(223,229,236)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738BAD color. Also use rgb(115,139,173) instead hex code.

Text Font Color

.myTextColor { color: #738BAD; }

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

This text font color is #738BAD.

Background Color

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

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

This div background color is #738BAD.

Border color

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

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

This div border color is #738BAD.

Opacity

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

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

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

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

This text has shadow with #738BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738BAD.

Preview

Color preview on black background

This text has color #738BAD on black background.


Color preview on white background

This text has color #738BAD on white background.


Black color preview on #738BAD background

This text has black color on #738BAD background.


White color preview on #738BAD background

This text has white color on #738BAD background.


Related colors

Complementary color

Complementary color for #hex is #8C7452.


I love getcolorcode.com

Triadic colors

1 #AD738B and #8BAD73 with #738BAD are triadic colors.

2 #AD8B73 and #8B73AD with #738BAD are triadic colors.