COLOR #7467D6

HEX: #7467D6 RGB: (116,103,214)

Color info

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

RGB color model

#7467D6 color RGB value is (116,103,214).

RGB: (116,103,214) (45%, 40%, 84%)

RGB channels and saturation

R 116 of 255 = 45%
G 103 of 255 = 40%
B 214 of 255 = 84%

116
103
214

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

Portions of RGB colors in percentages

R + G + B = 116 + 103 + 214 = 433 (100%)
R 116 of 433 ~ 26.79%
G 103 of 433 ~ 23.79%
B 214 of 433 ~ 49.42'%

%26.79
%23.79
%49.42

CMYK color model

#7467D6 color CMYK value is (46,52,0,16).

  • cyan value is 45.79%
  • magenta value is 51.87%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (46,52,0,16)
C46M52Y0K16 (46%, 52%, 0%, 16%)
(0.46 / 0.52 / 0.00 / 0.16)

CMYK percentages

%45.79
%51.87
%0
%16.08

Codes

Color #7467D6 in popluar color models

74 67 D6
RGB 116 103 214
HSL 247° 57.51% 62.16%
HSB/HSV 247° 51.87% 83.92%
CMYK 45.79% 51.87% 0.00%
16.08%

Color #7467D6 in popluar number systems.

HEX 74 67 D6
Decimal 116 103 214
Binary 1110100 1100111 11010110
Octal 164 147 326

Shades and tints

Shades of #7467D6

#7467D6
(116,103,214)
#6A5EC3
(106,94,195)
#6055B0
(96,85,176)
#564C9D
(86,76,157)
#4C438A
(76,67,138)
#423A77
(66,58,119)
#383164
(56,49,100)
#2E2851
(46,40,81)
#241F3E
(36,31,62)
#1A162B
(26,22,43)
#100D18
(16,13,24)
#000000
(0,0,0)

Tints of #7467D6

#7467D6
(116,103,214)
#8074D9
(128,116,217)
#8C81DC
(140,129,220)
#988EDF
(152,142,223)
#A49BE2
(164,155,226)
#B0A8E5
(176,168,229)
#BCB5E8
(188,181,232)
#C8C2EB
(200,194,235)
#D4CFEE
(212,207,238)
#E0DCF1
(224,220,241)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7467D6 color. Also use rgb(116,103,214) instead hex code.

Text Font Color

.myTextColor { color: #7467D6; }

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

This text font color is #7467D6.

Background Color

.myBgColor { background-color: #7467D6; }

<div style="background-color:#7467D6">Inner text</div>

This div background color is #7467D6.

Border color

.myBorderColor { border: 1px solid #7467D6; }

<div style="border:3px solid #7467D6">Div</div>

This div border color is #7467D6.

Opacity

.myOpacity80 { color: #7467D6; opacity: 0.8; }

<p style="color:#7467D6;opacity:0.8;">80%</p>

Text with #7467D6 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 #7467D6;}

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

This text has shadow with #7467D6 color.


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

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

This text has shadow with #7467D6 primary color and red secondary color.


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

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

This text has shadow with #7467D6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7467D6.

Preview

Color preview on black background

This text has color #7467D6 on black background.


Color preview on white background

This text has color #7467D6 on white background.


Black color preview on #7467D6 background

This text has black color on #7467D6 background.


White color preview on #7467D6 background

This text has white color on #7467D6 background.


Related colors

Complementary color

Complementary color for #hex is #8B9829.


I love getcolorcode.com

Triadic colors

1 #D67467 and #67D674 with #7467D6 are triadic colors.

2 #D66774 and #6774D6 with #7467D6 are triadic colors.