COLOR #834DCD

HEX: #834DCD
RGB: (131,77,205)

Color info

#834DCD contains mainly blue color. Web safe color of #834DCD is #9933CC (or #93C).

RGB color model

#834DCD color RGB value is (131,77,205).

  • red value is 131;
  • green value is 77;
  • blue value is 205.
RGB:
(131,77,205)
(51%,30%,80%)

RGB channels and saturation

R 131 of 255 = 51%
G 77 of 255 = 30%
B 205 of 255 = 80%

131
77
205

R + G + B ~ 54%. #834DCD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 77 + 205 = 413 (100%)
R 131 of 413 ~ 31.72%
G 77 of 413 ~ 18.64%
B 205 of 413 ~ 49.64%

%31.72
%18.64
%49.64

CMYK color model

#834DCD color CMYK value is (36,62,0,20).

  • cyan value is 36.10%
  • magenta value is 62.44%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(36,62,0,20)
C36M62Y0K20 
(36%,62%,0%,20%)
(0.36/0.62/0.00/0.20)	

CMYK percentages

%36.1
%62.44
%0
%19.61

Codes

Color #834DCD in popluar color models

834DCD
RGB13177205
HSL265°56.14%55.29%
HSB/HSV265°62.44%80.39%
CMYK36.10%62.44%0.00%
19.61%

Color #834DCD in popluar number systems.

HEX834DCD
Decimal13177205
Binary10000011100110111001101
Octal203115315

Shades and tints

Shades of #834DCD

#834DCD
(131,77,205)
#7846BB
(120,70,187)
#6D3FA9
(109,63,169)
#623897
(98,56,151)
#573185
(87,49,133)
#4C2A73
(76,42,115)
#412361
(65,35,97)
#361C4F
(54,28,79)
#2B153D
(43,21,61)
#200E2B
(32,14,43)
#150719
(21,7,25)
#000000
(0,0,0)

Tints of #834DCD

#834DCD
(131,77,205)
#8E5DD1
(142,93,209)
#996DD5
(153,109,213)
#A47DD9
(164,125,217)
#AF8DDD
(175,141,221)
#BA9DE1
(186,157,225)
#C5ADE5
(197,173,229)
#D0BDE9
(208,189,233)
#DBCDED
(219,205,237)
#E6DDF1
(230,221,241)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #834DCD color. Also use rgb(131,77,205) instead hex code.

Text Font Color

.myTextColor { color: #834DCD; }

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

This text font color is #834DCD.


Background Color

.myBgColor { background-color: #834DCD; }

<div style="background-color:#834DCD">Inner text</div>

This div background color is #834DCD.


Border color

.myBorderColor { border: 1px solid #834DCD; }

<div style="border:3px solid #834DCD">Div</div>

This div border color is #834DCD.


Opacity

.myOpacity80 { color: #834DCD; opacity: 0.8; }

<p style="color:#834DCD;opacity:0.8;">80%</p>

Text with #834DCD 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 #834DCD;}

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

This text has shadow with #834DCD color.

.textShadow {text-shadow: 3px 3px 1px #834DCD, 3px 3px 1px red;}

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

This text has shadow with #834DCD primary color and red secondary color.


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

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

This text has shadow with #834DCD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #834DCD on black background.


Color preview on white background

This text has color #834DCD on white background.



Black color preview on #834DCD background

This text has black color on #834DCD background.


White color preview on #834DCD background

This text has white color on #834DCD background.