COLOR #7396CD

HEX: #7396CD RGB: (115,150,205)

Color info

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

RGB color model

#7396CD color RGB value is (115,150,205).

RGB: (115,150,205) (45%, 59%, 80%)

RGB channels and saturation

R 115 of 255 = 45%
G 150 of 255 = 59%
B 205 of 255 = 80%

115
150
205

R + G + B ~ 61%. #7396CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 150 + 205 = 470 (100%)
R 115 of 470 ~ 24.47%
G 150 of 470 ~ 31.91%
B 205 of 470 ~ 43.62'%

%24.47
%31.91
%43.62

CMYK color model

#7396CD color CMYK value is (44,27,0,20).

  • cyan value is 43.90%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (44,27,0,20)
C44M27Y0K20 (44%, 27%, 0%, 20%)
(0.44 / 0.27 / 0.00 / 0.20)

CMYK percentages

%43.9
%26.83
%0
%19.61

Codes

Color #7396CD in popluar color models

73 96 CD
RGB 115 150 205
HSL 217° 47.37% 62.75%
HSB/HSV 217° 43.90% 80.39%
CMYK 43.90% 26.83% 0.00%
19.61%

Color #7396CD in popluar number systems.

HEX 73 96 CD
Decimal 115 150 205
Binary 1110011 10010110 11001101
Octal 163 226 315

Shades and tints

Shades of #7396CD

#7396CD
(115,150,205)
#6989BB
(105,137,187)
#5F7CA9
(95,124,169)
#556F97
(85,111,151)
#4B6285
(75,98,133)
#415573
(65,85,115)
#374861
(55,72,97)
#2D3B4F
(45,59,79)
#232E3D
(35,46,61)
#19212B
(25,33,43)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #7396CD

#7396CD
(115,150,205)
#7F9FD1
(127,159,209)
#8BA8D5
(139,168,213)
#97B1D9
(151,177,217)
#A3BADD
(163,186,221)
#AFC3E1
(175,195,225)
#BBCCE5
(187,204,229)
#C7D5E9
(199,213,233)
#D3DEED
(211,222,237)
#DFE7F1
(223,231,241)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7396CD color. Also use rgb(115,150,205) instead hex code.

Text Font Color

.myTextColor { color: #7396CD; }

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

This text font color is #7396CD.

Background Color

.myBgColor { background-color: #7396CD; }

<div style="background-color:#7396CD">Inner text</div>

This div background color is #7396CD.

Border color

.myBorderColor { border: 1px solid #7396CD; }

<div style="border:3px solid #7396CD">Div</div>

This div border color is #7396CD.

Opacity

.myOpacity80 { color: #7396CD; opacity: 0.8; }

<p style="color:#7396CD;opacity:0.8;">80%</p>

Text with #7396CD 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 #7396CD;}

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

This text has shadow with #7396CD color.


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

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

This text has shadow with #7396CD primary color and red secondary color.


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

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

This text has shadow with #7396CD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7396CD.

Preview

Color preview on black background

This text has color #7396CD on black background.


Color preview on white background

This text has color #7396CD on white background.


Black color preview on #7396CD background

This text has black color on #7396CD background.


White color preview on #7396CD background

This text has white color on #7396CD background.


Related colors

Complementary color

Complementary color for #hex is #8C6932.


I love getcolorcode.com

Triadic colors

1 #CD7396 and #96CD73 with #7396CD are triadic colors.

2 #CD9673 and #9673CD with #7396CD are triadic colors.