COLOR #838BD7

HEX: #838BD7
RGB: (131,139,215)

Color info

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

RGB color model

#838BD7 color RGB value is (131,139,215).

  • red value is 131;
  • green value is 139;
  • blue value is 215.
RGB:
(131,139,215)
(51%,55%,84%)

RGB channels and saturation

R 131 of 255 = 51%
G 139 of 255 = 55%
B 215 of 255 = 84%

131
139
215

R + G + B ~ 63%. #838BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 139 + 215 = 485 (100%)
R 131 of 485 ~ 27.01%
G 139 of 485 ~ 28.66%
B 215 of 485 ~ 44.33%

%27.01
%28.66
%44.33

CMYK color model

#838BD7 color CMYK value is (39,35,0,16).

  • cyan value is 39.07%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(39,35,0,16)
C39M35Y0K16 
(39%,35%,0%,16%)
(0.39/0.35/0.00/0.16)	

CMYK percentages

%39.07
%35.35
%0
%15.69

Codes

Color #838BD7 in popluar color models

838BD7
RGB131139215
HSL234°51.22%67.84%
HSB/HSV234°39.07%84.31%
CMYK39.07%35.35%0.00%
15.69%

Color #838BD7 in popluar number systems.

HEX838BD7
Decimal131139215
Binary100000111000101111010111
Octal203213327

Shades and tints

Shades of #838BD7

#838BD7
(131,139,215)
#787FC4
(120,127,196)
#6D73B1
(109,115,177)
#62679E
(98,103,158)
#575B8B
(87,91,139)
#4C4F78
(76,79,120)
#414365
(65,67,101)
#363752
(54,55,82)
#2B2B3F
(43,43,63)
#201F2C
(32,31,44)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #838BD7

#838BD7
(131,139,215)
#8E95DA
(142,149,218)
#999FDD
(153,159,221)
#A4A9E0
(164,169,224)
#AFB3E3
(175,179,227)
#BABDE6
(186,189,230)
#C5C7E9
(197,199,233)
#D0D1EC
(208,209,236)
#DBDBEF
(219,219,239)
#E6E5F2
(230,229,242)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #838BD7 color. Also use rgb(131,139,215) instead hex code.

Text Font Color

.myTextColor { color: #838BD7; }

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

This text font color is #838BD7.


Background Color

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

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

This div background color is #838BD7.


Border color

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

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

This div border color is #838BD7.


Opacity

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

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

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

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

This text has shadow with #838BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #838BD7 on black background.


Color preview on white background

This text has color #838BD7 on white background.



Black color preview on #838BD7 background

This text has black color on #838BD7 background.


White color preview on #838BD7 background

This text has white color on #838BD7 background.