COLOR #747BC0

HEX: #747BC0 RGB: (116,123,192)

Color info

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

RGB color model

#747BC0 color RGB value is (116,123,192).

RGB: (116,123,192) (45%, 48%, 75%)

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 192 of 255 = 75%

116
123
192

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

Portions of RGB colors in percentages

R + G + B = 116 + 123 + 192 = 431 (100%)
R 116 of 431 ~ 26.91%
G 123 of 431 ~ 28.54%
B 192 of 431 ~ 44.55'%

%26.91
%28.54
%44.55

CMYK color model

#747BC0 color CMYK value is (40,36,0,25).

  • cyan value is 39.58%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (40,36,0,25)
C40M36Y0K25 (40%, 36%, 0%, 25%)
(0.40 / 0.36 / 0.00 / 0.25)

CMYK percentages

%39.58
%35.94
%0
%24.71

Codes

Color #747BC0 in popluar color models

74 7B C0
RGB 116 123 192
HSL 234° 37.62% 60.39%
HSB/HSV 234° 39.58% 75.29%
CMYK 39.58% 35.94% 0.00%
24.71%

Color #747BC0 in popluar number systems.

HEX 74 7B C0
Decimal 116 123 192
Binary 1110100 1111011 11000000
Octal 164 173 300

Shades and tints

Shades of #747BC0

#747BC0
(116,123,192)
#6A70AF
(106,112,175)
#60659E
(96,101,158)
#565A8D
(86,90,141)
#4C4F7C
(76,79,124)
#42446B
(66,68,107)
#38395A
(56,57,90)
#2E2E49
(46,46,73)
#242338
(36,35,56)
#1A1827
(26,24,39)
#100D16
(16,13,22)
#000000
(0,0,0)

Tints of #747BC0

#747BC0
(116,123,192)
#8087C5
(128,135,197)
#8C93CA
(140,147,202)
#989FCF
(152,159,207)
#A4ABD4
(164,171,212)
#B0B7D9
(176,183,217)
#BCC3DE
(188,195,222)
#C8CFE3
(200,207,227)
#D4DBE8
(212,219,232)
#E0E7ED
(224,231,237)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747BC0 color. Also use rgb(116,123,192) instead hex code.

Text Font Color

.myTextColor { color: #747BC0; }

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

This text font color is #747BC0.

Background Color

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

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

This div background color is #747BC0.

Border color

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

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

This div border color is #747BC0.

Opacity

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

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

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

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

This text has shadow with #747BC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747BC0.

Preview

Color preview on black background

This text has color #747BC0 on black background.


Color preview on white background

This text has color #747BC0 on white background.


Black color preview on #747BC0 background

This text has black color on #747BC0 background.


White color preview on #747BC0 background

This text has white color on #747BC0 background.


Related colors

Complementary color

Complementary color for #hex is #8B843F.


I love getcolorcode.com

Triadic colors

1 #C0747B and #7BC074 with #747BC0 are triadic colors.

2 #C07B74 and #7B74C0 with #747BC0 are triadic colors.