COLOR #747FCF

HEX: #747FCF
RGB: (116,127,207)

Color info

#747FCF contains mainly blue color. Web safe color of #747FCF is #6666CC (or #66C).

RGB color model

#747FCF color RGB value is (116,127,207).

  • red value is 116;
  • green value is 127;
  • blue value is 207.
RGB:
(116,127,207)
(45%,50%,81%)

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 207 of 255 = 81%

116
127
207

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

Portions of RGB colors in percentages

R + G + B =
116 + 127 + 207 = 450 (100%)
R 116 of 450 ~ 25.78%
G 127 of 450 ~ 28.22%
B 207 of 450 ~ 46%

%25.78
%28.22
%46

CMYK color model

#747FCF color CMYK value is (44,39,0,19).

  • cyan value is 43.96%
  • magenta value is 38.65%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(44,39,0,19)
C44M39Y0K19 
(44%,39%,0%,19%)
(0.44/0.39/0.00/0.19)	

CMYK percentages

%43.96
%38.65
%0
%18.82

Codes

Color #747FCF in popluar color models

747FCF
RGB116127207
HSL233°48.66%63.33%
HSB/HSV233°43.96%81.18%
CMYK43.96%38.65%0.00%
18.82%

Color #747FCF in popluar number systems.

HEX747FCF
Decimal116127207
Binary1110100111111111001111
Octal164177317

Shades and tints

Shades of #747FCF

#747FCF
(116,127,207)
#6A74BD
(106,116,189)
#6069AB
(96,105,171)
#565E99
(86,94,153)
#4C5387
(76,83,135)
#424875
(66,72,117)
#383D63
(56,61,99)
#2E3251
(46,50,81)
#24273F
(36,39,63)
#1A1C2D
(26,28,45)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #747FCF

#747FCF
(116,127,207)
#808AD3
(128,138,211)
#8C95D7
(140,149,215)
#98A0DB
(152,160,219)
#A4ABDF
(164,171,223)
#B0B6E3
(176,182,227)
#BCC1E7
(188,193,231)
#C8CCEB
(200,204,235)
#D4D7EF
(212,215,239)
#E0E2F3
(224,226,243)
#ECEDF7
(236,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747FCF color. Also use rgb(116,127,207) instead hex code.

Text Font Color

.myTextColor { color: #747FCF; }

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

This text font color is #747FCF.


Background Color

.myBgColor { background-color: #747FCF; }

<div style="background-color:#747FCF">Inner text</div>

This div background color is #747FCF.


Border color

.myBorderColor { border: 1px solid #747FCF; }

<div style="border:3px solid #747FCF">Div</div>

This div border color is #747FCF.


Opacity

.myOpacity80 { color: #747FCF; opacity: 0.8; }

<p style="color:#747FCF;opacity:0.8;">80%</p>

Text with #747FCF 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 #747FCF;}

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

This text has shadow with #747FCF color.

.textShadow {text-shadow: 3px 3px 1px #747FCF, 3px 3px 1px red;}

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

This text has shadow with #747FCF primary color and red secondary color.


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

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

This text has shadow with #747FCF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747FCF on black background.


Color preview on white background

This text has color #747FCF on white background.



Black color preview on #747FCF background

This text has black color on #747FCF background.


White color preview on #747FCF background

This text has white color on #747FCF background.