COLOR #7464DC

HEX: #7464DC
RGB: (116,100,220)

Color info

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

RGB color model

#7464DC color RGB value is (116,100,220).

  • red value is 116;
  • green value is 100;
  • blue value is 220.
RGB:
(116,100,220)
(45%,39%,86%)

RGB channels and saturation

R 116 of 255 = 45%
G 100 of 255 = 39%
B 220 of 255 = 86%

116
100
220

R + G + B ~ 57%. #7464DC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 100 + 220 = 436 (100%)
R 116 of 436 ~ 26.61%
G 100 of 436 ~ 22.94%
B 220 of 436 ~ 50.46%

%26.61
%22.94
%50.46

CMYK color model

#7464DC color CMYK value is (47,55,0,14).

  • cyan value is 47.27%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(47,55,0,14)
C47M55Y0K14 
(47%,55%,0%,14%)
(0.47/0.55/0.00/0.14)	

CMYK percentages

%47.27
%54.55
%0
%13.73

Codes

Color #7464DC in popluar color models

7464DC
RGB116100220
HSL248°63.16%62.75%
HSB/HSV248°54.55%86.27%
CMYK47.27%54.55%0.00%
13.73%

Color #7464DC in popluar number systems.

HEX7464DC
Decimal116100220
Binary1110100110010011011100
Octal164144334

Shades and tints

Shades of #7464DC

#7464DC
(116,100,220)
#6A5BC8
(106,91,200)
#6052B4
(96,82,180)
#5649A0
(86,73,160)
#4C408C
(76,64,140)
#423778
(66,55,120)
#382E64
(56,46,100)
#2E2550
(46,37,80)
#241C3C
(36,28,60)
#1A1328
(26,19,40)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #7464DC

#7464DC
(116,100,220)
#8072DF
(128,114,223)
#8C80E2
(140,128,226)
#988EE5
(152,142,229)
#A49CE8
(164,156,232)
#B0AAEB
(176,170,235)
#BCB8EE
(188,184,238)
#C8C6F1
(200,198,241)
#D4D4F4
(212,212,244)
#E0E2F7
(224,226,247)
#ECF0FA
(236,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7464DC color. Also use rgb(116,100,220) instead hex code.

Text Font Color

.myTextColor { color: #7464DC; }

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

This text font color is #7464DC.


Background Color

.myBgColor { background-color: #7464DC; }

<div style="background-color:#7464DC">Inner text</div>

This div background color is #7464DC.


Border color

.myBorderColor { border: 1px solid #7464DC; }

<div style="border:3px solid #7464DC">Div</div>

This div border color is #7464DC.


Opacity

.myOpacity80 { color: #7464DC; opacity: 0.8; }

<p style="color:#7464DC;opacity:0.8;">80%</p>

Text with #7464DC 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 #7464DC;}

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

This text has shadow with #7464DC color.

.textShadow {text-shadow: 3px 3px 1px #7464DC, 3px 3px 1px red;}

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

This text has shadow with #7464DC primary color and red secondary color.


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

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

This text has shadow with #7464DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7464DC on black background.


Color preview on white background

This text has color #7464DC on white background.



Black color preview on #7464DC background

This text has black color on #7464DC background.


White color preview on #7464DC background

This text has white color on #7464DC background.