COLOR #7462BD

HEX: #7462BD RGB: (116,98,189)

Color info

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

RGB color model

#7462BD color RGB value is (116,98,189).

RGB: (116,98,189) (45%, 38%, 74%)

RGB channels and saturation

R 116 of 255 = 45%
G 98 of 255 = 38%
B 189 of 255 = 74%

116
98
189

R + G + B ~ 52%. #7462BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 98 + 189 = 403 (100%)
R 116 of 403 ~ 28.78%
G 98 of 403 ~ 24.32%
B 189 of 403 ~ 46.9'%

%28.78
%24.32
%46.9

CMYK color model

#7462BD color CMYK value is (39,48,0,26).

  • cyan value is 38.62%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (39,48,0,26)
C39M48Y0K26 (39%, 48%, 0%, 26%)
(0.39 / 0.48 / 0.00 / 0.26)

CMYK percentages

%38.62
%48.15
%0
%25.88

Codes

Color #7462BD in popluar color models

74 62 BD
RGB 116 98 189
HSL 252° 40.81% 56.27%
HSB/HSV 252° 48.15% 74.12%
CMYK 38.62% 48.15% 0.00%
25.88%

Color #7462BD in popluar number systems.

HEX 74 62 BD
Decimal 116 98 189
Binary 1110100 1100010 10111101
Octal 164 142 275

Shades and tints

Shades of #7462BD

#7462BD
(116,98,189)
#6A5AAC
(106,90,172)
#60529B
(96,82,155)
#564A8A
(86,74,138)
#4C4279
(76,66,121)
#423A68
(66,58,104)
#383257
(56,50,87)
#2E2A46
(46,42,70)
#242235
(36,34,53)
#1A1A24
(26,26,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #7462BD

#7462BD
(116,98,189)
#8070C3
(128,112,195)
#8C7EC9
(140,126,201)
#988CCF
(152,140,207)
#A49AD5
(164,154,213)
#B0A8DB
(176,168,219)
#BCB6E1
(188,182,225)
#C8C4E7
(200,196,231)
#D4D2ED
(212,210,237)
#E0E0F3
(224,224,243)
#ECEEF9
(236,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7462BD color. Also use rgb(116,98,189) instead hex code.

Text Font Color

.myTextColor { color: #7462BD; }

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

This text font color is #7462BD.

Background Color

.myBgColor { background-color: #7462BD; }

<div style="background-color:#7462BD">Inner text</div>

This div background color is #7462BD.

Border color

.myBorderColor { border: 1px solid #7462BD; }

<div style="border:3px solid #7462BD">Div</div>

This div border color is #7462BD.

Opacity

.myOpacity80 { color: #7462BD; opacity: 0.8; }

<p style="color:#7462BD;opacity:0.8;">80%</p>

Text with #7462BD 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 #7462BD;}

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

This text has shadow with #7462BD color.


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

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

This text has shadow with #7462BD primary color and red secondary color.


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

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

This text has shadow with #7462BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7462BD.

Preview

Color preview on black background

This text has color #7462BD on black background.


Color preview on white background

This text has color #7462BD on white background.


Black color preview on #7462BD background

This text has black color on #7462BD background.


White color preview on #7462BD background

This text has white color on #7462BD background.


Related colors

Complementary color

Complementary color for #hex is #8B9D42.


I love getcolorcode.com

Triadic colors

1 #BD7462 and #62BD74 with #7462BD are triadic colors.

2 #BD6274 and #6274BD with #7462BD are triadic colors.