COLOR #7463A7

HEX: #7463A7
RGB: (116,99,167)

Color info

#7463A7 contains mainly red and blue colors. Web safe color of #7463A7 is #666699 (or #669).

RGB color model

#7463A7 color RGB value is (116,99,167).

  • red value is 116;
  • green value is 99;
  • blue value is 167.
RGB:
(116,99,167)
(45%,39%,65%)

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 167 of 255 = 65%

116
99
167

R + G + B ~ 50%. #7463A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 167 = 382 (100%)
R 116 of 382 ~ 30.37%
G 99 of 382 ~ 25.92%
B 167 of 382 ~ 43.72%

%30.37
%25.92
%43.72

CMYK color model

#7463A7 color CMYK value is (31,41,0,35).

  • cyan value is 30.54%
  • magenta value is 40.72%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,41,0,35)
C31M41Y0K35 
(31%,41%,0%,35%)
(0.31/0.41/0.00/0.35)	

CMYK percentages

%30.54
%40.72
%0
%34.51

Codes

Color #7463A7 in popluar color models

7463A7
RGB11699167
HSL255°27.87%52.16%
HSB/HSV255°40.72%65.49%
CMYK30.54%40.72%0.00%
34.51%

Color #7463A7 in popluar number systems.

HEX7463A7
Decimal11699167
Binary1110100110001110100111
Octal164143247

Shades and tints

Shades of #7463A7

#7463A7
(116,99,167)
#6A5A98
(106,90,152)
#605189
(96,81,137)
#56487A
(86,72,122)
#4C3F6B
(76,63,107)
#42365C
(66,54,92)
#382D4D
(56,45,77)
#2E243E
(46,36,62)
#241B2F
(36,27,47)
#1A1220
(26,18,32)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #7463A7

#7463A7
(116,99,167)
#8071AF
(128,113,175)
#8C7FB7
(140,127,183)
#988DBF
(152,141,191)
#A49BC7
(164,155,199)
#B0A9CF
(176,169,207)
#BCB7D7
(188,183,215)
#C8C5DF
(200,197,223)
#D4D3E7
(212,211,231)
#E0E1EF
(224,225,239)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7463A7 color. Also use rgb(116,99,167) instead hex code.

Text Font Color

.myTextColor { color: #7463A7; }

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

This text font color is #7463A7.


Background Color

.myBgColor { background-color: #7463A7; }

<div style="background-color:#7463A7">Inner text</div>

This div background color is #7463A7.


Border color

.myBorderColor { border: 1px solid #7463A7; }

<div style="border:3px solid #7463A7">Div</div>

This div border color is #7463A7.


Opacity

.myOpacity80 { color: #7463A7; opacity: 0.8; }

<p style="color:#7463A7;opacity:0.8;">80%</p>

Text with #7463A7 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 #7463A7;}

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

This text has shadow with #7463A7 color.

.textShadow {text-shadow: 3px 3px 1px #7463A7, 3px 3px 1px red;}

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

This text has shadow with #7463A7 primary color and red secondary color.


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

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

This text has shadow with #7463A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7463A7 on black background.


Color preview on white background

This text has color #7463A7 on white background.



Black color preview on #7463A7 background

This text has black color on #7463A7 background.


White color preview on #7463A7 background

This text has white color on #7463A7 background.