COLOR #7493D7

HEX: #7493D7
RGB: (116,147,215)

Color info

#7493D7 contains mainly blue color. Web safe color of #7493D7 is #6699CC (or #69C).

RGB color model

#7493D7 color RGB value is (116,147,215).

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

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 215 of 255 = 84%

116
147
215

R + G + B ~ 62%. #7493D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 147 + 215 = 478 (100%)
R 116 of 478 ~ 24.27%
G 147 of 478 ~ 30.75%
B 215 of 478 ~ 44.98%

%24.27
%30.75
%44.98

CMYK color model

#7493D7 color CMYK value is (46,32,0,16).

  • cyan value is 46.05%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(46,32,0,16)
C46M32Y0K16 
(46%,32%,0%,16%)
(0.46/0.32/0.00/0.16)	

CMYK percentages

%46.05
%31.63
%0
%15.69

Codes

Color #7493D7 in popluar color models

7493D7
RGB116147215
HSL221°55.31%64.90%
HSB/HSV221°46.05%84.31%
CMYK46.05%31.63%0.00%
15.69%

Color #7493D7 in popluar number systems.

HEX7493D7
Decimal116147215
Binary11101001001001111010111
Octal164223327

Shades and tints

Shades of #7493D7

#7493D7
(116,147,215)
#6A86C4
(106,134,196)
#6079B1
(96,121,177)
#566C9E
(86,108,158)
#4C5F8B
(76,95,139)
#425278
(66,82,120)
#384565
(56,69,101)
#2E3852
(46,56,82)
#242B3F
(36,43,63)
#1A1E2C
(26,30,44)
#101119
(16,17,25)
#000000
(0,0,0)

Tints of #7493D7

#7493D7
(116,147,215)
#809CDA
(128,156,218)
#8CA5DD
(140,165,221)
#98AEE0
(152,174,224)
#A4B7E3
(164,183,227)
#B0C0E6
(176,192,230)
#BCC9E9
(188,201,233)
#C8D2EC
(200,210,236)
#D4DBEF
(212,219,239)
#E0E4F2
(224,228,242)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7493D7; }

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

This text font color is #7493D7.


Background Color

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

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

This div background color is #7493D7.


Border color

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

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

This div border color is #7493D7.


Opacity

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

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

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

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

This text has shadow with #7493D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7493D7 on black background.


Color preview on white background

This text has color #7493D7 on white background.



Black color preview on #7493D7 background

This text has black color on #7493D7 background.


White color preview on #7493D7 background

This text has white color on #7493D7 background.