COLOR #7486F8

HEX: #7486F8
RGB: (116,134,248)

Color info

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

RGB color model

#7486F8 color RGB value is (116,134,248).

  • red value is 116;
  • green value is 134;
  • blue value is 248.
RGB:
(116,134,248)
(45%,53%,97%)

RGB channels and saturation

R 116 of 255 = 45%
G 134 of 255 = 53%
B 248 of 255 = 97%

116
134
248

R + G + B ~ 65%. #7486F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
116 + 134 + 248 = 498 (100%)
R 116 of 498 ~ 23.29%
G 134 of 498 ~ 26.91%
B 248 of 498 ~ 49.8%

%23.29
%26.91
%49.8

CMYK color model

#7486F8 color CMYK value is (53,46,0,3).

  • cyan value is 53.23%
  • magenta value is 45.97%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(53,46,0,3)
C53M46Y0K3 
(53%,46%,0%,3%)
(0.53/0.46/0.00/0.03)	

CMYK percentages

%53.23
%45.97
%0
%2.75

Codes

Color #7486F8 in popluar color models

7486F8
RGB116134248
HSL232°90.41%71.37%
HSB/HSV232°53.23%97.25%
CMYK53.23%45.97%0.00%
2.75%

Color #7486F8 in popluar number systems.

HEX7486F8
Decimal116134248
Binary11101001000011011111000
Octal164206370

Shades and tints

Shades of #7486F8

#7486F8
(116,134,248)
#6A7AE2
(106,122,226)
#606ECC
(96,110,204)
#5662B6
(86,98,182)
#4C56A0
(76,86,160)
#424A8A
(66,74,138)
#383E74
(56,62,116)
#2E325E
(46,50,94)
#242648
(36,38,72)
#1A1A32
(26,26,50)
#100E1C
(16,14,28)
#000000
(0,0,0)

Tints of #7486F8

#7486F8
(116,134,248)
#8091F8
(128,145,248)
#8C9CF8
(140,156,248)
#98A7F8
(152,167,248)
#A4B2F8
(164,178,248)
#B0BDF8
(176,189,248)
#BCC8F8
(188,200,248)
#C8D3F8
(200,211,248)
#D4DEF8
(212,222,248)
#E0E9F8
(224,233,248)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7486F8 color. Also use rgb(116,134,248) instead hex code.

Text Font Color

.myTextColor { color: #7486F8; }

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

This text font color is #7486F8.


Background Color

.myBgColor { background-color: #7486F8; }

<div style="background-color:#7486F8">Inner text</div>

This div background color is #7486F8.


Border color

.myBorderColor { border: 1px solid #7486F8; }

<div style="border:3px solid #7486F8">Div</div>

This div border color is #7486F8.


Opacity

.myOpacity80 { color: #7486F8; opacity: 0.8; }

<p style="color:#7486F8;opacity:0.8;">80%</p>

Text with #7486F8 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 #7486F8;}

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

This text has shadow with #7486F8 color.

.textShadow {text-shadow: 3px 3px 1px #7486F8, 3px 3px 1px red;}

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

This text has shadow with #7486F8 primary color and red secondary color.


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

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

This text has shadow with #7486F8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7486F8 on black background.


Color preview on white background

This text has color #7486F8 on white background.



Black color preview on #7486F8 background

This text has black color on #7486F8 background.


White color preview on #7486F8 background

This text has white color on #7486F8 background.