COLOR #839FCA

HEX: #839FCA RGB: (131,159,202)

Color info

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

RGB color model

#839FCA color RGB value is (131,159,202).

RGB: (131,159,202) (51%, 62%, 79%)

RGB channels and saturation

R 131 of 255 = 51%
G 159 of 255 = 62%
B 202 of 255 = 79%

131
159
202

R + G + B ~ 64%. #839FCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 159 + 202 = 492 (100%)
R 131 of 492 ~ 26.63%
G 159 of 492 ~ 32.32%
B 202 of 492 ~ 41.06'%

%26.63
%32.32
%41.06

CMYK color model

#839FCA color CMYK value is (35,21,0,21).

  • cyan value is 35.15%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (35,21,0,21) C35M21Y0K21 (35%,21%,0%,21%) (0.35/0.21/0.00/0.21) 

CMYK percentages

%35.15
%21.29
%0
%20.78

Codes

Color #839FCA in popluar color models

83 9F CA
RGB 131 159 202
HSL 216° 40.11% 65.29%
HSB/HSV 216° 35.15% 79.22%
CMYK 35.15% 21.29% 0.00%
20.78%

Color #839FCA in popluar number systems.

HEX 83 9F CA
Decimal 131 159 202
Binary 10000011 10011111 11001010
Octal 203 237 312

Shades and tints

Shades of #839FCA

#839FCA
(131,159,202)
#7891B8
(120,145,184)
#6D83A6
(109,131,166)
#627594
(98,117,148)
#576782
(87,103,130)
#4C5970
(76,89,112)
#414B5E
(65,75,94)
#363D4C
(54,61,76)
#2B2F3A
(43,47,58)
#202128
(32,33,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #839FCA

#839FCA
(131,159,202)
#8EA7CE
(142,167,206)
#99AFD2
(153,175,210)
#A4B7D6
(164,183,214)
#AFBFDA
(175,191,218)
#BAC7DE
(186,199,222)
#C5CFE2
(197,207,226)
#D0D7E6
(208,215,230)
#DBDFEA
(219,223,234)
#E6E7EE
(230,231,238)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839FCA color. Also use rgb(131,159,202) instead hex code.

Text Font Color

.myTextColor { color: #839FCA; }

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

This text font color is #839FCA.

Background Color

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

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

This div background color is #839FCA.

Border color

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

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

This div border color is #839FCA.

Opacity

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

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

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

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

This text has shadow with #839FCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839FCA.

Preview

Color preview on black background

This text has color #839FCA on black background.


Color preview on white background

This text has color #839FCA on white background.


Black color preview on #839FCA background

This text has black color on #839FCA background.


White color preview on #839FCA background

This text has white color on #839FCA background.


Related colors

Complementary color

Complementary color for #hex is #7C6035.


I love getcolorcode.com

Triadic colors

1 #CA839F and #9FCA83 with #839FCA are triadic colors.

2 #CA9F83 and #9F83CA with #839FCA are triadic colors.