COLOR #7482E9

HEX: #7482E9
RGB: (116,130,233)

Color info

#7482E9 contains mainly blue color. Web safe color of #7482E9 is #6699FF (or #69F).

RGB color model

#7482E9 color RGB value is (116,130,233).

  • red value is 116;
  • green value is 130;
  • blue value is 233.
RGB:
(116,130,233)
(45%,51%,91%)

RGB channels and saturation

R 116 of 255 = 45%
G 130 of 255 = 51%
B 233 of 255 = 91%

116
130
233

R + G + B ~ 62%. #7482E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 130 + 233 = 479 (100%)
R 116 of 479 ~ 24.22%
G 130 of 479 ~ 27.14%
B 233 of 479 ~ 48.64%

%24.22
%27.14
%48.64

CMYK color model

#7482E9 color CMYK value is (50,44,0,9).

  • cyan value is 50.21%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(50,44,0,9)
C50M44Y0K9 
(50%,44%,0%,9%)
(0.50/0.44/0.00/0.09)	

CMYK percentages

%50.21
%44.21
%0
%8.63

Codes

Color #7482E9 in popluar color models

7482E9
RGB116130233
HSL233°72.67%68.43%
HSB/HSV233°50.21%91.37%
CMYK50.21%44.21%0.00%
8.63%

Color #7482E9 in popluar number systems.

HEX7482E9
Decimal116130233
Binary11101001000001011101001
Octal164202351

Shades and tints

Shades of #7482E9

#7482E9
(116,130,233)
#6A77D4
(106,119,212)
#606CBF
(96,108,191)
#5661AA
(86,97,170)
#4C5695
(76,86,149)
#424B80
(66,75,128)
#38406B
(56,64,107)
#2E3556
(46,53,86)
#242A41
(36,42,65)
#1A1F2C
(26,31,44)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #7482E9

#7482E9
(116,130,233)
#808DEB
(128,141,235)
#8C98ED
(140,152,237)
#98A3EF
(152,163,239)
#A4AEF1
(164,174,241)
#B0B9F3
(176,185,243)
#BCC4F5
(188,196,245)
#C8CFF7
(200,207,247)
#D4DAF9
(212,218,249)
#E0E5FB
(224,229,251)
#ECF0FD
(236,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7482E9; }

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

This text font color is #7482E9.


Background Color

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

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

This div background color is #7482E9.


Border color

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

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

This div border color is #7482E9.


Opacity

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

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

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

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

This text has shadow with #7482E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7482E9 on black background.


Color preview on white background

This text has color #7482E9 on white background.



Black color preview on #7482E9 background

This text has black color on #7482E9 background.


White color preview on #7482E9 background

This text has white color on #7482E9 background.