COLOR #839EDC

HEX: #839EDC
RGB: (131,158,220)

Color info

#839EDC contains mainly blue color. Web safe color of #839EDC is #9999CC (or #99C).

RGB color model

#839EDC color RGB value is (131,158,220).

  • red value is 131;
  • green value is 158;
  • blue value is 220.
RGB:
(131,158,220)
(51%,62%,86%)

RGB channels and saturation

R 131 of 255 = 51%
G 158 of 255 = 62%
B 220 of 255 = 86%

131
158
220

R + G + B ~ 66%. #839EDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 158 + 220 = 509 (100%)
R 131 of 509 ~ 25.74%
G 158 of 509 ~ 31.04%
B 220 of 509 ~ 43.22%

%25.74
%31.04
%43.22

CMYK color model

#839EDC color CMYK value is (40,28,0,14).

  • cyan value is 40.45%
  • magenta value is 28.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(40,28,0,14)
C40M28Y0K14 
(40%,28%,0%,14%)
(0.40/0.28/0.00/0.14)	

CMYK percentages

%40.45
%28.18
%0
%13.73

Codes

Color #839EDC in popluar color models

839EDC
RGB131158220
HSL222°55.97%68.82%
HSB/HSV222°40.45%86.27%
CMYK40.45%28.18%0.00%
13.73%

Color #839EDC in popluar number systems.

HEX839EDC
Decimal131158220
Binary100000111001111011011100
Octal203236334

Shades and tints

Shades of #839EDC

#839EDC
(131,158,220)
#7890C8
(120,144,200)
#6D82B4
(109,130,180)
#6274A0
(98,116,160)
#57668C
(87,102,140)
#4C5878
(76,88,120)
#414A64
(65,74,100)
#363C50
(54,60,80)
#2B2E3C
(43,46,60)
#202028
(32,32,40)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #839EDC

#839EDC
(131,158,220)
#8EA6DF
(142,166,223)
#99AEE2
(153,174,226)
#A4B6E5
(164,182,229)
#AFBEE8
(175,190,232)
#BAC6EB
(186,198,235)
#C5CEEE
(197,206,238)
#D0D6F1
(208,214,241)
#DBDEF4
(219,222,244)
#E6E6F7
(230,230,247)
#F1EEFA
(241,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839EDC color. Also use rgb(131,158,220) instead hex code.

Text Font Color

.myTextColor { color: #839EDC; }

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

This text font color is #839EDC.


Background Color

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

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

This div background color is #839EDC.


Border color

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

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

This div border color is #839EDC.


Opacity

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

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

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

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

This text has shadow with #839EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #839EDC on black background.


Color preview on white background

This text has color #839EDC on white background.



Black color preview on #839EDC background

This text has black color on #839EDC background.


White color preview on #839EDC background

This text has white color on #839EDC background.