COLOR #827AE6

HEX: #827AE6
RGB: (130,122,230)

Color info

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

RGB color model

#827AE6 color RGB value is (130,122,230).

  • red value is 130;
  • green value is 122;
  • blue value is 230.
RGB:
(130,122,230)
(51%,48%,90%)

RGB channels and saturation

R 130 of 255 = 51%
G 122 of 255 = 48%
B 230 of 255 = 90%

130
122
230

R + G + B ~ 63%. #827AE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 122 + 230 = 482 (100%)
R 130 of 482 ~ 26.97%
G 122 of 482 ~ 25.31%
B 230 of 482 ~ 47.72%

%26.97
%25.31
%47.72

CMYK color model

#827AE6 color CMYK value is (43,47,0,10).

  • cyan value is 43.48%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(43,47,0,10)
C43M47Y0K10 
(43%,47%,0%,10%)
(0.43/0.47/0.00/0.10)	

CMYK percentages

%43.48
%46.96
%0
%9.8

Codes

Color #827AE6 in popluar color models

827AE6
RGB130122230
HSL244°68.35%69.02%
HSB/HSV244°46.96%90.20%
CMYK43.48%46.96%0.00%
9.80%

Color #827AE6 in popluar number systems.

HEX827AE6
Decimal130122230
Binary10000010111101011100110
Octal202172346

Shades and tints

Shades of #827AE6

#827AE6
(130,122,230)
#776FD2
(119,111,210)
#6C64BE
(108,100,190)
#6159AA
(97,89,170)
#564E96
(86,78,150)
#4B4382
(75,67,130)
#40386E
(64,56,110)
#352D5A
(53,45,90)
#2A2246
(42,34,70)
#1F1732
(31,23,50)
#140C1E
(20,12,30)
#000000
(0,0,0)

Tints of #827AE6

#827AE6
(130,122,230)
#8D86E8
(141,134,232)
#9892EA
(152,146,234)
#A39EEC
(163,158,236)
#AEAAEE
(174,170,238)
#B9B6F0
(185,182,240)
#C4C2F2
(196,194,242)
#CFCEF4
(207,206,244)
#DADAF6
(218,218,246)
#E5E6F8
(229,230,248)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827AE6 color. Also use rgb(130,122,230) instead hex code.

Text Font Color

.myTextColor { color: #827AE6; }

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

This text font color is #827AE6.


Background Color

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

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

This div background color is #827AE6.


Border color

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

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

This div border color is #827AE6.


Opacity

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

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

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

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

This text has shadow with #827AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827AE6 on black background.


Color preview on white background

This text has color #827AE6 on white background.



Black color preview on #827AE6 background

This text has black color on #827AE6 background.


White color preview on #827AE6 background

This text has white color on #827AE6 background.