COLOR #7483EE

HEX: #7483EE
RGB: (116,131,238)

Color info

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

RGB color model

#7483EE color RGB value is (116,131,238).

  • red value is 116;
  • green value is 131;
  • blue value is 238.
RGB:
(116,131,238)
(45%,51%,93%)

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 238 of 255 = 93%

116
131
238

R + G + B ~ 63%. #7483EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 238 = 485 (100%)
R 116 of 485 ~ 23.92%
G 131 of 485 ~ 27.01%
B 238 of 485 ~ 49.07%

%23.92
%27.01
%49.07

CMYK color model

#7483EE color CMYK value is (51,45,0,7).

  • cyan value is 51.26%
  • magenta value is 44.96%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(51,45,0,7)
C51M45Y0K7 
(51%,45%,0%,7%)
(0.51/0.45/0.00/0.07)	

CMYK percentages

%51.26
%44.96
%0
%6.67

Codes

Color #7483EE in popluar color models

7483EE
RGB116131238
HSL233°78.21%69.41%
HSB/HSV233°51.26%93.33%
CMYK51.26%44.96%0.00%
6.67%

Color #7483EE in popluar number systems.

HEX7483EE
Decimal116131238
Binary11101001000001111101110
Octal164203356

Shades and tints

Shades of #7483EE

#7483EE
(116,131,238)
#6A78D9
(106,120,217)
#606DC4
(96,109,196)
#5662AF
(86,98,175)
#4C579A
(76,87,154)
#424C85
(66,76,133)
#384170
(56,65,112)
#2E365B
(46,54,91)
#242B46
(36,43,70)
#1A2031
(26,32,49)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #7483EE

#7483EE
(116,131,238)
#808EEF
(128,142,239)
#8C99F0
(140,153,240)
#98A4F1
(152,164,241)
#A4AFF2
(164,175,242)
#B0BAF3
(176,186,243)
#BCC5F4
(188,197,244)
#C8D0F5
(200,208,245)
#D4DBF6
(212,219,246)
#E0E6F7
(224,230,247)
#ECF1F8
(236,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7483EE color. Also use rgb(116,131,238) instead hex code.

Text Font Color

.myTextColor { color: #7483EE; }

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

This text font color is #7483EE.


Background Color

.myBgColor { background-color: #7483EE; }

<div style="background-color:#7483EE">Inner text</div>

This div background color is #7483EE.


Border color

.myBorderColor { border: 1px solid #7483EE; }

<div style="border:3px solid #7483EE">Div</div>

This div border color is #7483EE.


Opacity

.myOpacity80 { color: #7483EE; opacity: 0.8; }

<p style="color:#7483EE;opacity:0.8;">80%</p>

Text with #7483EE 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 #7483EE;}

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

This text has shadow with #7483EE color.

.textShadow {text-shadow: 3px 3px 1px #7483EE, 3px 3px 1px red;}

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

This text has shadow with #7483EE primary color and red secondary color.


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

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

This text has shadow with #7483EE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7483EE on black background.


Color preview on white background

This text has color #7483EE on white background.



Black color preview on #7483EE background

This text has black color on #7483EE background.


White color preview on #7483EE background

This text has white color on #7483EE background.