COLOR #838CFD

HEX: #838CFD
RGB: (131,140,253)

Color info

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

RGB color model

#838CFD color RGB value is (131,140,253).

  • red value is 131;
  • green value is 140;
  • blue value is 253.
RGB:
(131,140,253)
(51%,55%,99%)

RGB channels and saturation

R 131 of 255 = 51%
G 140 of 255 = 55%
B 253 of 255 = 99%

131
140
253

R + G + B ~ 68%. #838CFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 140 + 253 = 524 (100%)
R 131 of 524 ~ 25%
G 140 of 524 ~ 26.72%
B 253 of 524 ~ 48.28%

%25
%26.72
%48.28

CMYK color model

#838CFD color CMYK value is (48,45,0,1).

  • cyan value is 48.22%
  • magenta value is 44.66%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(48,45,0,1)
C48M45Y0K1 
(48%,45%,0%,1%)
(0.48/0.45/0.00/0.01)	

CMYK percentages

%48.22
%44.66
%0
%0.78

Codes

Color #838CFD in popluar color models

838CFD
RGB131140253
HSL236°96.83%75.29%
HSB/HSV236°48.22%99.22%
CMYK48.22%44.66%0.00%
0.78%

Color #838CFD in popluar number systems.

HEX838CFD
Decimal131140253
Binary100000111000110011111101
Octal203214375

Shades and tints

Shades of #838CFD

#838CFD
(131,140,253)
#7880E6
(120,128,230)
#6D74CF
(109,116,207)
#6268B8
(98,104,184)
#575CA1
(87,92,161)
#4C508A
(76,80,138)
#414473
(65,68,115)
#36385C
(54,56,92)
#2B2C45
(43,44,69)
#20202E
(32,32,46)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #838CFD

#838CFD
(131,140,253)
#8E96FD
(142,150,253)
#99A0FD
(153,160,253)
#A4AAFD
(164,170,253)
#AFB4FD
(175,180,253)
#BABEFD
(186,190,253)
#C5C8FD
(197,200,253)
#D0D2FD
(208,210,253)
#DBDCFD
(219,220,253)
#E6E6FD
(230,230,253)
#F1F0FD
(241,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838CFD color. Also use rgb(131,140,253) instead hex code.

Text Font Color

.myTextColor { color: #838CFD; }

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

This text font color is #838CFD.


Background Color

.myBgColor { background-color: #838CFD; }

<div style="background-color:#838CFD">Inner text</div>

This div background color is #838CFD.


Border color

.myBorderColor { border: 1px solid #838CFD; }

<div style="border:3px solid #838CFD">Div</div>

This div border color is #838CFD.


Opacity

.myOpacity80 { color: #838CFD; opacity: 0.8; }

<p style="color:#838CFD;opacity:0.8;">80%</p>

Text with #838CFD 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 #838CFD;}

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

This text has shadow with #838CFD color.

.textShadow {text-shadow: 3px 3px 1px #838CFD, 3px 3px 1px red;}

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

This text has shadow with #838CFD primary color and red secondary color.


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

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

This text has shadow with #838CFD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838CFD on black background.


Color preview on white background

This text has color #838CFD on white background.



Black color preview on #838CFD background

This text has black color on #838CFD background.


White color preview on #838CFD background

This text has white color on #838CFD background.