COLOR #839AFA

HEX: #839AFA
RGB: (131,154,250)

Color info

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

RGB color model

#839AFA color RGB value is (131,154,250).

  • red value is 131;
  • green value is 154;
  • blue value is 250.
RGB:
(131,154,250)
(51%,60%,98%)

RGB channels and saturation

R 131 of 255 = 51%
G 154 of 255 = 60%
B 250 of 255 = 98%

131
154
250

R + G + B ~ 70%. #839AFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 154 + 250 = 535 (100%)
R 131 of 535 ~ 24.49%
G 154 of 535 ~ 28.79%
B 250 of 535 ~ 46.73%

%24.49
%28.79
%46.73

CMYK color model

#839AFA color CMYK value is (48,38,0,2).

  • cyan value is 47.60%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(48,38,0,2)
C48M38Y0K2 
(48%,38%,0%,2%)
(0.48/0.38/0.00/0.02)	

CMYK percentages

%47.6
%38.4
%0
%1.96

Codes

Color #839AFA in popluar color models

839AFA
RGB131154250
HSL228°92.25%74.71%
HSB/HSV228°47.60%98.04%
CMYK47.60%38.40%0.00%
1.96%

Color #839AFA in popluar number systems.

HEX839AFA
Decimal131154250
Binary100000111001101011111010
Octal203232372

Shades and tints

Shades of #839AFA

#839AFA
(131,154,250)
#788CE4
(120,140,228)
#6D7ECE
(109,126,206)
#6270B8
(98,112,184)
#5762A2
(87,98,162)
#4C548C
(76,84,140)
#414676
(65,70,118)
#363860
(54,56,96)
#2B2A4A
(43,42,74)
#201C34
(32,28,52)
#150E1E
(21,14,30)
#000000
(0,0,0)

Tints of #839AFA

#839AFA
(131,154,250)
#8EA3FA
(142,163,250)
#99ACFA
(153,172,250)
#A4B5FA
(164,181,250)
#AFBEFA
(175,190,250)
#BAC7FA
(186,199,250)
#C5D0FA
(197,208,250)
#D0D9FA
(208,217,250)
#DBE2FA
(219,226,250)
#E6EBFA
(230,235,250)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839AFA color. Also use rgb(131,154,250) instead hex code.

Text Font Color

.myTextColor { color: #839AFA; }

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

This text font color is #839AFA.


Background Color

.myBgColor { background-color: #839AFA; }

<div style="background-color:#839AFA">Inner text</div>

This div background color is #839AFA.


Border color

.myBorderColor { border: 1px solid #839AFA; }

<div style="border:3px solid #839AFA">Div</div>

This div border color is #839AFA.


Opacity

.myOpacity80 { color: #839AFA; opacity: 0.8; }

<p style="color:#839AFA;opacity:0.8;">80%</p>

Text with #839AFA 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 #839AFA;}

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

This text has shadow with #839AFA color.

.textShadow {text-shadow: 3px 3px 1px #839AFA, 3px 3px 1px red;}

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

This text has shadow with #839AFA primary color and red secondary color.


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

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

This text has shadow with #839AFA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839AFA on black background.


Color preview on white background

This text has color #839AFA on white background.



Black color preview on #839AFA background

This text has black color on #839AFA background.


White color preview on #839AFA background

This text has white color on #839AFA background.