COLOR #839ED0

HEX: #839ED0 RGB: (131,158,208)

Color info

#839ED0 contains mainly green and blue colors. Web safe color of #839ED0 is #9999CC (or #99C).

RGB color model

#839ED0 color RGB value is (131,158,208).

RGB: (131,158,208) (51%, 62%, 82%)

RGB channels and saturation

R 131 of 255 = 51%
G 158 of 255 = 62%
B 208 of 255 = 82%

131
158
208

R + G + B ~ 65%. #839ED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 158 + 208 = 497 (100%)
R 131 of 497 ~ 26.36%
G 158 of 497 ~ 31.79%
B 208 of 497 ~ 41.85'%

%26.36
%31.79
%41.85

CMYK color model

#839ED0 color CMYK value is (37,24,0,18).

  • cyan value is 37.02%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (37,24,0,18)
C37M24Y0K18 (37%, 24%, 0%, 18%)
(0.37 / 0.24 / 0.00 / 0.18)

CMYK percentages

%37.02
%24.04
%0
%18.43

Codes

Color #839ED0 in popluar color models

83 9E D0
RGB 131 158 208
HSL 219° 45.03% 66.47%
HSB/HSV 219° 37.02% 81.57%
CMYK 37.02% 24.04% 0.00%
18.43%

Color #839ED0 in popluar number systems.

HEX 83 9E D0
Decimal 131 158 208
Binary 10000011 10011110 11010000
Octal 203 236 320

Shades and tints

Shades of #839ED0

#839ED0
(131,158,208)
#7890BE
(120,144,190)
#6D82AC
(109,130,172)
#62749A
(98,116,154)
#576688
(87,102,136)
#4C5876
(76,88,118)
#414A64
(65,74,100)
#363C52
(54,60,82)
#2B2E40
(43,46,64)
#20202E
(32,32,46)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #839ED0

#839ED0
(131,158,208)
#8EA6D4
(142,166,212)
#99AED8
(153,174,216)
#A4B6DC
(164,182,220)
#AFBEE0
(175,190,224)
#BAC6E4
(186,198,228)
#C5CEE8
(197,206,232)
#D0D6EC
(208,214,236)
#DBDEF0
(219,222,240)
#E6E6F4
(230,230,244)
#F1EEF8
(241,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #839ED0; }

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

This text font color is #839ED0.

Background Color

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

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

This div background color is #839ED0.

Border color

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

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

This div border color is #839ED0.

Opacity

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

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

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

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

This text has shadow with #839ED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839ED0.

Preview

Color preview on black background

This text has color #839ED0 on black background.


Color preview on white background

This text has color #839ED0 on white background.


Black color preview on #839ED0 background

This text has black color on #839ED0 background.


White color preview on #839ED0 background

This text has white color on #839ED0 background.


Related colors

Complementary color

Complementary color for #hex is #7C612F.


I love getcolorcode.com

Triadic colors

1 #D0839E and #9ED083 with #839ED0 are triadic colors.

2 #D09E83 and #9E83D0 with #839ED0 are triadic colors.