COLOR #7482D3

HEX: #7482D3 RGB: (116,130,211)

Color info

#7482D3 contains mainly blue color. Web safe color of #7482D3 is #6699CC (or #69C).

RGB color model

#7482D3 color RGB value is (116,130,211).

RGB: (116,130,211) (45%, 51%, 83%)

RGB channels and saturation

R 116 of 255 = 45%
G 130 of 255 = 51%
B 211 of 255 = 83%

116
130
211

R + G + B ~ 60%. #7482D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 130 + 211 = 457 (100%)
R 116 of 457 ~ 25.38%
G 130 of 457 ~ 28.45%
B 211 of 457 ~ 46.17'%

%25.38
%28.45
%46.17

CMYK color model

#7482D3 color CMYK value is (45,38,0,17).

  • cyan value is 45.02%
  • magenta value is 38.39%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (45,38,0,17)
C45M38Y0K17 (45%, 38%, 0%, 17%)
(0.45 / 0.38 / 0.00 / 0.17)

CMYK percentages

%45.02
%38.39
%0
%17.25

Codes

Color #7482D3 in popluar color models

74 82 D3
RGB 116 130 211
HSL 231° 51.91% 64.12%
HSB/HSV 231° 45.02% 82.75%
CMYK 45.02% 38.39% 0.00%
17.25%

Color #7482D3 in popluar number systems.

HEX 74 82 D3
Decimal 116 130 211
Binary 1110100 10000010 11010011
Octal 164 202 323

Shades and tints

Shades of #7482D3

#7482D3
(116,130,211)
#6A77C0
(106,119,192)
#606CAD
(96,108,173)
#56619A
(86,97,154)
#4C5687
(76,86,135)
#424B74
(66,75,116)
#384061
(56,64,97)
#2E354E
(46,53,78)
#242A3B
(36,42,59)
#1A1F28
(26,31,40)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #7482D3

#7482D3
(116,130,211)
#808DD7
(128,141,215)
#8C98DB
(140,152,219)
#98A3DF
(152,163,223)
#A4AEE3
(164,174,227)
#B0B9E7
(176,185,231)
#BCC4EB
(188,196,235)
#C8CFEF
(200,207,239)
#D4DAF3
(212,218,243)
#E0E5F7
(224,229,247)
#ECF0FB
(236,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7482D3 color. Also use rgb(116,130,211) instead hex code.

Text Font Color

.myTextColor { color: #7482D3; }

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

This text font color is #7482D3.

Background Color

.myBgColor { background-color: #7482D3; }

<div style="background-color:#7482D3">Inner text</div>

This div background color is #7482D3.

Border color

.myBorderColor { border: 1px solid #7482D3; }

<div style="border:3px solid #7482D3">Div</div>

This div border color is #7482D3.

Opacity

.myOpacity80 { color: #7482D3; opacity: 0.8; }

<p style="color:#7482D3;opacity:0.8;">80%</p>

Text with #7482D3 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 #7482D3;}

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

This text has shadow with #7482D3 color.


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

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

This text has shadow with #7482D3 primary color and red secondary color.


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

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

This text has shadow with #7482D3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7482D3.

Preview

Color preview on black background

This text has color #7482D3 on black background.


Color preview on white background

This text has color #7482D3 on white background.


Black color preview on #7482D3 background

This text has black color on #7482D3 background.


White color preview on #7482D3 background

This text has white color on #7482D3 background.


Related colors

Complementary color

Complementary color for #hex is #8B7D2C.


I love getcolorcode.com

Triadic colors

1 #D37482 and #82D374 with #7482D3 are triadic colors.

2 #D38274 and #8274D3 with #7482D3 are triadic colors.