COLOR #7493F8

HEX: #7493F8
RGB: (116,147,248)

Color info

#7493F8 contains mainly blue color. Web safe color of #7493F8 is #6699FF (or #69F).

RGB color model

#7493F8 color RGB value is (116,147,248).

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

RGB channels and saturation

R 116 of 255 = 45%
G 147 of 255 = 58%
B 248 of 255 = 97%

116
147
248

R + G + B ~ 67%. #7493F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 147 + 248 = 511 (100%)
R 116 of 511 ~ 22.7%
G 147 of 511 ~ 28.77%
B 248 of 511 ~ 48.53%

%22.7
%28.77
%48.53

CMYK color model

#7493F8 color CMYK value is (53,41,0,3).

  • cyan value is 53.23%
  • magenta value is 40.73%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(53,41,0,3)
C53M41Y0K3 
(53%,41%,0%,3%)
(0.53/0.41/0.00/0.03)	

CMYK percentages

%53.23
%40.73
%0
%2.75

Codes

Color #7493F8 in popluar color models

7493F8
RGB116147248
HSL226°90.41%71.37%
HSB/HSV226°53.23%97.25%
CMYK53.23%40.73%0.00%
2.75%

Color #7493F8 in popluar number systems.

HEX7493F8
Decimal116147248
Binary11101001001001111111000
Octal164223370

Shades and tints

Shades of #7493F8

#7493F8
(116,147,248)
#6A86E2
(106,134,226)
#6079CC
(96,121,204)
#566CB6
(86,108,182)
#4C5FA0
(76,95,160)
#42528A
(66,82,138)
#384574
(56,69,116)
#2E385E
(46,56,94)
#242B48
(36,43,72)
#1A1E32
(26,30,50)
#10111C
(16,17,28)
#000000
(0,0,0)

Tints of #7493F8

#7493F8
(116,147,248)
#809CF8
(128,156,248)
#8CA5F8
(140,165,248)
#98AEF8
(152,174,248)
#A4B7F8
(164,183,248)
#B0C0F8
(176,192,248)
#BCC9F8
(188,201,248)
#C8D2F8
(200,210,248)
#D4DBF8
(212,219,248)
#E0E4F8
(224,228,248)
#ECEDF8
(236,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7493F8; }

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

This text font color is #7493F8.


Background Color

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

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

This div background color is #7493F8.


Border color

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

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

This div border color is #7493F8.


Opacity

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

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

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

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

This text has shadow with #7493F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7493F8 on black background.


Color preview on white background

This text has color #7493F8 on white background.



Black color preview on #7493F8 background

This text has black color on #7493F8 background.


White color preview on #7493F8 background

This text has white color on #7493F8 background.