COLOR #7495D9

HEX: #7495D9
RGB: (116,149,217)

Color info

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

RGB color model

#7495D9 color RGB value is (116,149,217).

  • red value is 116;
  • green value is 149;
  • blue value is 217.
RGB:
(116,149,217)
(45%,58%,85%)

RGB channels and saturation

R 116 of 255 = 45%
G 149 of 255 = 58%
B 217 of 255 = 85%

116
149
217

R + G + B ~ 63%. #7495D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 149 + 217 = 482 (100%)
R 116 of 482 ~ 24.07%
G 149 of 482 ~ 30.91%
B 217 of 482 ~ 45.02%

%24.07
%30.91
%45.02

CMYK color model

#7495D9 color CMYK value is (47,31,0,15).

  • cyan value is 46.54%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(47,31,0,15)
C47M31Y0K15 
(47%,31%,0%,15%)
(0.47/0.31/0.00/0.15)	

CMYK percentages

%46.54
%31.34
%0
%14.9

Codes

Color #7495D9 in popluar color models

7495D9
RGB116149217
HSL220°57.06%65.29%
HSB/HSV220°46.54%85.10%
CMYK46.54%31.34%0.00%
14.90%

Color #7495D9 in popluar number systems.

HEX7495D9
Decimal116149217
Binary11101001001010111011001
Octal164225331

Shades and tints

Shades of #7495D9

#7495D9
(116,149,217)
#6A88C6
(106,136,198)
#607BB3
(96,123,179)
#566EA0
(86,110,160)
#4C618D
(76,97,141)
#42547A
(66,84,122)
#384767
(56,71,103)
#2E3A54
(46,58,84)
#242D41
(36,45,65)
#1A202E
(26,32,46)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #7495D9

#7495D9
(116,149,217)
#809EDC
(128,158,220)
#8CA7DF
(140,167,223)
#98B0E2
(152,176,226)
#A4B9E5
(164,185,229)
#B0C2E8
(176,194,232)
#BCCBEB
(188,203,235)
#C8D4EE
(200,212,238)
#D4DDF1
(212,221,241)
#E0E6F4
(224,230,244)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7495D9 color. Also use rgb(116,149,217) instead hex code.

Text Font Color

.myTextColor { color: #7495D9; }

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

This text font color is #7495D9.


Background Color

.myBgColor { background-color: #7495D9; }

<div style="background-color:#7495D9">Inner text</div>

This div background color is #7495D9.


Border color

.myBorderColor { border: 1px solid #7495D9; }

<div style="border:3px solid #7495D9">Div</div>

This div border color is #7495D9.


Opacity

.myOpacity80 { color: #7495D9; opacity: 0.8; }

<p style="color:#7495D9;opacity:0.8;">80%</p>

Text with #7495D9 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 #7495D9;}

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

This text has shadow with #7495D9 color.

.textShadow {text-shadow: 3px 3px 1px #7495D9, 3px 3px 1px red;}

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

This text has shadow with #7495D9 primary color and red secondary color.


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

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

This text has shadow with #7495D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7495D9 on black background.


Color preview on white background

This text has color #7495D9 on white background.



Black color preview on #7495D9 background

This text has black color on #7495D9 background.


White color preview on #7495D9 background

This text has white color on #7495D9 background.