COLOR #827EFF

HEX: #827EFF
RGB: (130,126,255)

Color info

#827EFF contains mainly blue color. Web safe color of #827EFF is #9966FF (or #96F).

RGB color model

#827EFF color RGB value is (130,126,255).

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

RGB channels and saturation

R 130 of 255 = 51%
G 126 of 255 = 49%
B 255 of 255 = 100%

130
126
255

R + G + B ~ 67%. #827EFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 126 + 255 = 511 (100%)
R 130 of 511 ~ 25.44%
G 126 of 511 ~ 24.66%
B 255 of 511 ~ 49.9%

%25.44
%24.66
%49.9

CMYK color model

#827EFF color CMYK value is (49,51,0,0).

  • cyan value is 49.02%
  • magenta value is 50.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(49,51,0,0)
C49M51Y0K0 
(49%,51%,0%,0%)
(0.49/0.51/0.00/0.00)	

CMYK percentages

%49.02
%50.59
%0
%0

Codes

Color #827EFF in popluar color models

827EFF
RGB130126255
HSL242°100.00%74.71%
HSB/HSV242°50.59%100.00%
CMYK49.02%50.59%0.00%
0.00%

Color #827EFF in popluar number systems.

HEX827EFF
Decimal130126255
Binary10000010111111011111111
Octal202176377

Shades and tints

Shades of #827EFF

#827EFF
(130,126,255)
#7773E8
(119,115,232)
#6C68D1
(108,104,209)
#615DBA
(97,93,186)
#5652A3
(86,82,163)
#4B478C
(75,71,140)
#403C75
(64,60,117)
#35315E
(53,49,94)
#2A2647
(42,38,71)
#1F1B30
(31,27,48)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #827EFF

#827EFF
(130,126,255)
#8D89FF
(141,137,255)
#9894FF
(152,148,255)
#A39FFF
(163,159,255)
#AEAAFF
(174,170,255)
#B9B5FF
(185,181,255)
#C4C0FF
(196,192,255)
#CFCBFF
(207,203,255)
#DAD6FF
(218,214,255)
#E5E1FF
(229,225,255)
#F0ECFF
(240,236,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827EFF; }

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

This text font color is #827EFF.


Background Color

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

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

This div background color is #827EFF.


Border color

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

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

This div border color is #827EFF.


Opacity

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

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

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

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

This text has shadow with #827EFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827EFF on black background.


Color preview on white background

This text has color #827EFF on white background.



Black color preview on #827EFF background

This text has black color on #827EFF background.


White color preview on #827EFF background

This text has white color on #827EFF background.