COLOR #7462DB

HEX: #7462DB RGB: (116,98,219)

Color info

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

RGB color model

#7462DB color RGB value is (116,98,219).

RGB: (116,98,219) (45%, 38%, 86%)

RGB channels and saturation

R 116 of 255 = 45%
G 98 of 255 = 38%
B 219 of 255 = 86%

116
98
219

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

Portions of RGB colors in percentages

R + G + B = 116 + 98 + 219 = 433 (100%)
R 116 of 433 ~ 26.79%
G 98 of 433 ~ 22.63%
B 219 of 433 ~ 50.58'%

%26.79
%22.63
%50.58

CMYK color model

#7462DB color CMYK value is (47,55,0,14).

  • cyan value is 47.03%
  • magenta value is 55.25%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (47,55,0,14)
C47M55Y0K14 (47%, 55%, 0%, 14%)
(0.47 / 0.55 / 0.00 / 0.14)

CMYK percentages

%47.03
%55.25
%0
%14.12

Codes

Color #7462DB in popluar color models

74 62 DB
RGB 116 98 219
HSL 249° 62.69% 62.16%
HSB/HSV 249° 55.25% 85.88%
CMYK 47.03% 55.25% 0.00%
14.12%

Color #7462DB in popluar number systems.

HEX 74 62 DB
Decimal 116 98 219
Binary 1110100 1100010 11011011
Octal 164 142 333

Shades and tints

Shades of #7462DB

#7462DB
(116,98,219)
#6A5AC8
(106,90,200)
#6052B5
(96,82,181)
#564AA2
(86,74,162)
#4C428F
(76,66,143)
#423A7C
(66,58,124)
#383269
(56,50,105)
#2E2A56
(46,42,86)
#242243
(36,34,67)
#1A1A30
(26,26,48)
#10121D
(16,18,29)
#000000
(0,0,0)

Tints of #7462DB

#7462DB
(116,98,219)
#8070DE
(128,112,222)
#8C7EE1
(140,126,225)
#988CE4
(152,140,228)
#A49AE7
(164,154,231)
#B0A8EA
(176,168,234)
#BCB6ED
(188,182,237)
#C8C4F0
(200,196,240)
#D4D2F3
(212,210,243)
#E0E0F6
(224,224,246)
#ECEEF9
(236,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7462DB; }

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

This text font color is #7462DB.

Background Color

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

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

This div background color is #7462DB.

Border color

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

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

This div border color is #7462DB.

Opacity

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

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

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

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

This text has shadow with #7462DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7462DB.

Preview

Color preview on black background

This text has color #7462DB on black background.


Color preview on white background

This text has color #7462DB on white background.


Black color preview on #7462DB background

This text has black color on #7462DB background.


White color preview on #7462DB background

This text has white color on #7462DB background.


Related colors

Complementary color

Complementary color for #hex is #8B9D24.


I love getcolorcode.com

Triadic colors

1 #DB7462 and #62DB74 with #7462DB are triadic colors.

2 #DB6274 and #6274DB with #7462DB are triadic colors.