COLOR #839BF2

HEX: #839BF2 RGB: (131,155,242)

Color info

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

RGB color model

#839BF2 color RGB value is (131,155,242).

RGB: (131,155,242) (51%, 61%, 95%)

RGB channels and saturation

R 131 of 255 = 51%
G 155 of 255 = 61%
B 242 of 255 = 95%

131
155
242

R + G + B ~ 69%. #839BF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 155 + 242 = 528 (100%)
R 131 of 528 ~ 24.81%
G 155 of 528 ~ 29.36%
B 242 of 528 ~ 45.83'%

%24.81
%29.36
%45.83

CMYK color model

#839BF2 color CMYK value is (46,36,0,5).

  • cyan value is 45.87%
  • magenta value is 35.95%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (46,36,0,5)
C46M36Y0K5 (46%, 36%, 0%, 5%)
(0.46 / 0.36 / 0.00 / 0.05)

CMYK percentages

%45.87
%35.95
%0
%5.1

Codes

Color #839BF2 in popluar color models

83 9B F2
RGB 131 155 242
HSL 227° 81.02% 73.14%
HSB/HSV 227° 45.87% 94.90%
CMYK 45.87% 35.95% 0.00%
5.10%

Color #839BF2 in popluar number systems.

HEX 83 9B F2
Decimal 131 155 242
Binary 10000011 10011011 11110010
Octal 203 233 362

Shades and tints

Shades of #839BF2

#839BF2
(131,155,242)
#788DDC
(120,141,220)
#6D7FC6
(109,127,198)
#6271B0
(98,113,176)
#57639A
(87,99,154)
#4C5584
(76,85,132)
#41476E
(65,71,110)
#363958
(54,57,88)
#2B2B42
(43,43,66)
#201D2C
(32,29,44)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #839BF2

#839BF2
(131,155,242)
#8EA4F3
(142,164,243)
#99ADF4
(153,173,244)
#A4B6F5
(164,182,245)
#AFBFF6
(175,191,246)
#BAC8F7
(186,200,247)
#C5D1F8
(197,209,248)
#D0DAF9
(208,218,249)
#DBE3FA
(219,227,250)
#E6ECFB
(230,236,251)
#F1F5FC
(241,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #839BF2 color. Also use rgb(131,155,242) instead hex code.

Text Font Color

.myTextColor { color: #839BF2; }

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

This text font color is #839BF2.

Background Color

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

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

This div background color is #839BF2.

Border color

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

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

This div border color is #839BF2.

Opacity

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

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

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

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

This text has shadow with #839BF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #839BF2.

Preview

Color preview on black background

This text has color #839BF2 on black background.


Color preview on white background

This text has color #839BF2 on white background.


Black color preview on #839BF2 background

This text has black color on #839BF2 background.


White color preview on #839BF2 background

This text has white color on #839BF2 background.


Related colors

Complementary color

Complementary color for #hex is #7C640D.


I love getcolorcode.com

Triadic colors

1 #F2839B and #9BF283 with #839BF2 are triadic colors.

2 #F29B83 and #9B83F2 with #839BF2 are triadic colors.