COLOR #7493BB

HEX: #7493BB
RGB: (116,147,187)

Color info

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

RGB color model

#7493BB color RGB value is (116,147,187).

  • red value is 116;
  • green value is 147;
  • blue value is 187.
RGB:
(116,147,187)
(45%,58%,73%)

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 187 of 255 = 73%

116
147
187

R + G + B ~ 59%. #7493BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 147 + 187 = 450 (100%)
R 116 of 450 ~ 25.78%
G 147 of 450 ~ 32.67%
B 187 of 450 ~ 41.56%

%25.78
%32.67
%41.56

CMYK color model

#7493BB color CMYK value is (38,21,0,27).

  • cyan value is 37.97%
  • magenta value is 21.39%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(38,21,0,27)
C38M21Y0K27 
(38%,21%,0%,27%)
(0.38/0.21/0.00/0.27)	

CMYK percentages

%37.97
%21.39
%0
%26.67

Codes

Color #7493BB in popluar color models

7493BB
RGB116147187
HSL214°34.30%59.41%
HSB/HSV214°37.97%73.33%
CMYK37.97%21.39%0.00%
26.67%

Color #7493BB in popluar number systems.

HEX7493BB
Decimal116147187
Binary11101001001001110111011
Octal164223273

Shades and tints

Shades of #7493BB

#7493BB
(116,147,187)
#6A86AA
(106,134,170)
#607999
(96,121,153)
#566C88
(86,108,136)
#4C5F77
(76,95,119)
#425266
(66,82,102)
#384555
(56,69,85)
#2E3844
(46,56,68)
#242B33
(36,43,51)
#1A1E22
(26,30,34)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7493BB

#7493BB
(116,147,187)
#809CC1
(128,156,193)
#8CA5C7
(140,165,199)
#98AECD
(152,174,205)
#A4B7D3
(164,183,211)
#B0C0D9
(176,192,217)
#BCC9DF
(188,201,223)
#C8D2E5
(200,210,229)
#D4DBEB
(212,219,235)
#E0E4F1
(224,228,241)
#ECEDF7
(236,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7493BB color. Also use rgb(116,147,187) instead hex code.

Text Font Color

.myTextColor { color: #7493BB; }

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

This text font color is #7493BB.


Background Color

.myBgColor { background-color: #7493BB; }

<div style="background-color:#7493BB">Inner text</div>

This div background color is #7493BB.


Border color

.myBorderColor { border: 1px solid #7493BB; }

<div style="border:3px solid #7493BB">Div</div>

This div border color is #7493BB.


Opacity

.myOpacity80 { color: #7493BB; opacity: 0.8; }

<p style="color:#7493BB;opacity:0.8;">80%</p>

Text with #7493BB 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 #7493BB;}

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

This text has shadow with #7493BB color.

.textShadow {text-shadow: 3px 3px 1px #7493BB, 3px 3px 1px red;}

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

This text has shadow with #7493BB primary color and red secondary color.


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

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

This text has shadow with #7493BB and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7493BB;
-webkit-box-shadow: 1px 1px 3px 2px #7493BB;
box-shadow:1px 1px 3px 2px #7493BB;">
Div content here</div>
This div box has shadow with color #7493BB.

Preview

Color preview on black background

This text has color #7493BB on black background.


Color preview on white background

This text has color #7493BB on white background.



Black color preview on #7493BB background

This text has black color on #7493BB background.


White color preview on #7493BB background

This text has white color on #7493BB background.