COLOR #827EBE

HEX: #827EBE
RGB: (130,126,190)

Color info

#827EBE contains mainly blue color. Web safe color of #827EBE is #9966CC (or #96C).

RGB color model

#827EBE color RGB value is (130,126,190).

  • red value is 130;
  • green value is 126;
  • blue value is 190.
RGB:
(130,126,190)
(51%,49%,75%)

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 190 of 255 = 75%

130
126
190

R + G + B ~ 58%. #827EBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 126 + 190 = 446 (100%)
R 130 of 446 ~ 29.15%
G 126 of 446 ~ 28.25%
B 190 of 446 ~ 42.6%

%29.15
%28.25
%42.6

CMYK color model

#827EBE color CMYK value is (32,34,0,25).

  • cyan value is 31.58%
  • magenta value is 33.68%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(32,34,0,25)
C32M34Y0K25 
(32%,34%,0%,25%)
(0.32/0.34/0.00/0.25)	

CMYK percentages

%31.58
%33.68
%0
%25.49

Codes

Color #827EBE in popluar color models

827EBE
RGB130126190
HSL244°32.99%61.96%
HSB/HSV244°33.68%74.51%
CMYK31.58%33.68%0.00%
25.49%

Color #827EBE in popluar number systems.

HEX827EBE
Decimal130126190
Binary10000010111111010111110
Octal202176276

Shades and tints

Shades of #827EBE

#827EBE
(130,126,190)
#7773AD
(119,115,173)
#6C689C
(108,104,156)
#615D8B
(97,93,139)
#56527A
(86,82,122)
#4B4769
(75,71,105)
#403C58
(64,60,88)
#353147
(53,49,71)
#2A2636
(42,38,54)
#1F1B25
(31,27,37)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #827EBE

#827EBE
(130,126,190)
#8D89C3
(141,137,195)
#9894C8
(152,148,200)
#A39FCD
(163,159,205)
#AEAAD2
(174,170,210)
#B9B5D7
(185,181,215)
#C4C0DC
(196,192,220)
#CFCBE1
(207,203,225)
#DAD6E6
(218,214,230)
#E5E1EB
(229,225,235)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827EBE color. Also use rgb(130,126,190) instead hex code.

Text Font Color

.myTextColor { color: #827EBE; }

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

This text font color is #827EBE.


Background Color

.myBgColor { background-color: #827EBE; }

<div style="background-color:#827EBE">Inner text</div>

This div background color is #827EBE.


Border color

.myBorderColor { border: 1px solid #827EBE; }

<div style="border:3px solid #827EBE">Div</div>

This div border color is #827EBE.


Opacity

.myOpacity80 { color: #827EBE; opacity: 0.8; }

<p style="color:#827EBE;opacity:0.8;">80%</p>

Text with #827EBE 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 #827EBE;}

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

This text has shadow with #827EBE color.

.textShadow {text-shadow: 3px 3px 1px #827EBE, 3px 3px 1px red;}

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

This text has shadow with #827EBE primary color and red secondary color.


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

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

This text has shadow with #827EBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827EBE on black background.


Color preview on white background

This text has color #827EBE on white background.



Black color preview on #827EBE background

This text has black color on #827EBE background.


White color preview on #827EBE background

This text has white color on #827EBE background.