COLOR #838BCB

HEX: #838BCB RGB: (131,139,203)

Color info

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

RGB color model

#838BCB color RGB value is (131,139,203).

RGB: (131,139,203) (51%, 55%, 80%)

RGB channels and saturation

R 131 of 255 = 51%
G 139 of 255 = 55%
B 203 of 255 = 80%

131
139
203

R + G + B ~ 62%. #838BCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 139 + 203 = 473 (100%)
R 131 of 473 ~ 27.7%
G 139 of 473 ~ 29.39%
B 203 of 473 ~ 42.92'%

%27.7
%29.39
%42.92

CMYK color model

#838BCB color CMYK value is (35,32,0,20).

  • cyan value is 35.47%
  • magenta value is 31.53%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (35,32,0,20)
C35M32Y0K20 (35%, 32%, 0%, 20%)
(0.35 / 0.32 / 0.00 / 0.20)

CMYK percentages

%35.47
%31.53
%0
%20.39

Codes

Color #838BCB in popluar color models

83 8B CB
RGB 131 139 203
HSL 233° 40.91% 65.49%
HSB/HSV 233° 35.47% 79.61%
CMYK 35.47% 31.53% 0.00%
20.39%

Color #838BCB in popluar number systems.

HEX 83 8B CB
Decimal 131 139 203
Binary 10000011 10001011 11001011
Octal 203 213 313

Shades and tints

Shades of #838BCB

#838BCB
(131,139,203)
#787FB9
(120,127,185)
#6D73A7
(109,115,167)
#626795
(98,103,149)
#575B83
(87,91,131)
#4C4F71
(76,79,113)
#41435F
(65,67,95)
#36374D
(54,55,77)
#2B2B3B
(43,43,59)
#201F29
(32,31,41)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #838BCB

#838BCB
(131,139,203)
#8E95CF
(142,149,207)
#999FD3
(153,159,211)
#A4A9D7
(164,169,215)
#AFB3DB
(175,179,219)
#BABDDF
(186,189,223)
#C5C7E3
(197,199,227)
#D0D1E7
(208,209,231)
#DBDBEB
(219,219,235)
#E6E5EF
(230,229,239)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #838BCB; }

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

This text font color is #838BCB.

Background Color

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

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

This div background color is #838BCB.

Border color

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

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

This div border color is #838BCB.

Opacity

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

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

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

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

This text has shadow with #838BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #838BCB.

Preview

Color preview on black background

This text has color #838BCB on black background.


Color preview on white background

This text has color #838BCB on white background.


Black color preview on #838BCB background

This text has black color on #838BCB background.


White color preview on #838BCB background

This text has white color on #838BCB background.


Related colors

Complementary color

Complementary color for #hex is #7C7434.


I love getcolorcode.com

Triadic colors

1 #CB838B and #8BCB83 with #838BCB are triadic colors.

2 #CB8B83 and #8B83CB with #838BCB are triadic colors.