COLOR #7394CB

HEX: #7394CB RGB: (115,148,203)

Color info

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

RGB color model

#7394CB color RGB value is (115,148,203).

RGB: (115,148,203) (45%, 58%, 80%)

RGB channels and saturation

R 115 of 255 = 45%
G 148 of 255 = 58%
B 203 of 255 = 80%

115
148
203

R + G + B ~ 61%. #7394CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 148 + 203 = 466 (100%)
R 115 of 466 ~ 24.68%
G 148 of 466 ~ 31.76%
B 203 of 466 ~ 43.56'%

%24.68
%31.76
%43.56

CMYK color model

#7394CB color CMYK value is (43,27,0,20).

  • cyan value is 43.35%
  • magenta value is 27.09%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (43,27,0,20)
C43M27Y0K20 (43%, 27%, 0%, 20%)
(0.43 / 0.27 / 0.00 / 0.20)

CMYK percentages

%43.35
%27.09
%0
%20.39

Codes

Color #7394CB in popluar color models

73 94 CB
RGB 115 148 203
HSL 218° 45.83% 62.35%
HSB/HSV 218° 43.35% 79.61%
CMYK 43.35% 27.09% 0.00%
20.39%

Color #7394CB in popluar number systems.

HEX 73 94 CB
Decimal 115 148 203
Binary 1110011 10010100 11001011
Octal 163 224 313

Shades and tints

Shades of #7394CB

#7394CB
(115,148,203)
#6987B9
(105,135,185)
#5F7AA7
(95,122,167)
#556D95
(85,109,149)
#4B6083
(75,96,131)
#415371
(65,83,113)
#37465F
(55,70,95)
#2D394D
(45,57,77)
#232C3B
(35,44,59)
#191F29
(25,31,41)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #7394CB

#7394CB
(115,148,203)
#7F9DCF
(127,157,207)
#8BA6D3
(139,166,211)
#97AFD7
(151,175,215)
#A3B8DB
(163,184,219)
#AFC1DF
(175,193,223)
#BBCAE3
(187,202,227)
#C7D3E7
(199,211,231)
#D3DCEB
(211,220,235)
#DFE5EF
(223,229,239)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7394CB color. Also use rgb(115,148,203) instead hex code.

Text Font Color

.myTextColor { color: #7394CB; }

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

This text font color is #7394CB.

Background Color

.myBgColor { background-color: #7394CB; }

<div style="background-color:#7394CB">Inner text</div>

This div background color is #7394CB.

Border color

.myBorderColor { border: 1px solid #7394CB; }

<div style="border:3px solid #7394CB">Div</div>

This div border color is #7394CB.

Opacity

.myOpacity80 { color: #7394CB; opacity: 0.8; }

<p style="color:#7394CB;opacity:0.8;">80%</p>

Text with #7394CB 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 #7394CB;}

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

This text has shadow with #7394CB color.


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

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

This text has shadow with #7394CB primary color and red secondary color.


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

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

This text has shadow with #7394CB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7394CB.

Preview

Color preview on black background

This text has color #7394CB on black background.


Color preview on white background

This text has color #7394CB on white background.


Black color preview on #7394CB background

This text has black color on #7394CB background.


White color preview on #7394CB background

This text has white color on #7394CB background.


Related colors

Complementary color

Complementary color for #hex is #8C6B34.


I love getcolorcode.com

Triadic colors

1 #CB7394 and #94CB73 with #7394CB are triadic colors.

2 #CB9473 and #9473CB with #7394CB are triadic colors.