COLOR #8294F6

HEX: #8294F6
RGB: (130,148,246)

Color info

#8294F6 contains mainly blue color. Web safe color of #8294F6 is #9999FF (or #99F).

RGB color model

#8294F6 color RGB value is (130,148,246).

  • red value is 130;
  • green value is 148;
  • blue value is 246.
RGB:
(130,148,246)
(51%,58%,96%)

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 246 of 255 = 96%

130
148
246

R + G + B ~ 68%. #8294F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 246 = 524 (100%)
R 130 of 524 ~ 24.81%
G 148 of 524 ~ 28.24%
B 246 of 524 ~ 46.95%

%24.81
%28.24
%46.95

CMYK color model

#8294F6 color CMYK value is (47,40,0,4).

  • cyan value is 47.15%
  • magenta value is 39.84%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(47,40,0,4)
C47M40Y0K4 
(47%,40%,0%,4%)
(0.47/0.40/0.00/0.04)	

CMYK percentages

%47.15
%39.84
%0
%3.53

Codes

Color #8294F6 in popluar color models

8294F6
RGB130148246
HSL231°86.57%73.73%
HSB/HSV231°47.15%96.47%
CMYK47.15%39.84%0.00%
3.53%

Color #8294F6 in popluar number systems.

HEX8294F6
Decimal130148246
Binary100000101001010011110110
Octal202224366

Shades and tints

Shades of #8294F6

#8294F6
(130,148,246)
#7787E0
(119,135,224)
#6C7ACA
(108,122,202)
#616DB4
(97,109,180)
#56609E
(86,96,158)
#4B5388
(75,83,136)
#404672
(64,70,114)
#35395C
(53,57,92)
#2A2C46
(42,44,70)
#1F1F30
(31,31,48)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #8294F6

#8294F6
(130,148,246)
#8D9DF6
(141,157,246)
#98A6F6
(152,166,246)
#A3AFF6
(163,175,246)
#AEB8F6
(174,184,246)
#B9C1F6
(185,193,246)
#C4CAF6
(196,202,246)
#CFD3F6
(207,211,246)
#DADCF6
(218,220,246)
#E5E5F6
(229,229,246)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8294F6 color. Also use rgb(130,148,246) instead hex code.

Text Font Color

.myTextColor { color: #8294F6; }

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

This text font color is #8294F6.


Background Color

.myBgColor { background-color: #8294F6; }

<div style="background-color:#8294F6">Inner text</div>

This div background color is #8294F6.


Border color

.myBorderColor { border: 1px solid #8294F6; }

<div style="border:3px solid #8294F6">Div</div>

This div border color is #8294F6.


Opacity

.myOpacity80 { color: #8294F6; opacity: 0.8; }

<p style="color:#8294F6;opacity:0.8;">80%</p>

Text with #8294F6 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 #8294F6;}

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

This text has shadow with #8294F6 color.

.textShadow {text-shadow: 3px 3px 1px #8294F6, 3px 3px 1px red;}

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

This text has shadow with #8294F6 primary color and red secondary color.


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

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

This text has shadow with #8294F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8294F6 on black background.


Color preview on white background

This text has color #8294F6 on white background.



Black color preview on #8294F6 background

This text has black color on #8294F6 background.


White color preview on #8294F6 background

This text has white color on #8294F6 background.