COLOR #827CFB

HEX: #827CFB
RGB: (130,124,251)

Color info

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

RGB color model

#827CFB color RGB value is (130,124,251).

  • red value is 130;
  • green value is 124;
  • blue value is 251.
RGB:
(130,124,251)
(51%,49%,98%)

RGB channels and saturation

R 130 of 255 = 51%
G 124 of 255 = 49%
B 251 of 255 = 98%

130
124
251

R + G + B ~ 66%. #827CFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 124 + 251 = 505 (100%)
R 130 of 505 ~ 25.74%
G 124 of 505 ~ 24.55%
B 251 of 505 ~ 49.7%

%25.74
%24.55
%49.7

CMYK color model

#827CFB color CMYK value is (48,51,0,2).

  • cyan value is 48.21%
  • magenta value is 50.60%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(48,51,0,2)
C48M51Y0K2 
(48%,51%,0%,2%)
(0.48/0.51/0.00/0.02)	

CMYK percentages

%48.21
%50.6
%0
%1.57

Codes

Color #827CFB in popluar color models

827CFB
RGB130124251
HSL243°94.07%73.53%
HSB/HSV243°50.60%98.43%
CMYK48.21%50.60%0.00%
1.57%

Color #827CFB in popluar number systems.

HEX827CFB
Decimal130124251
Binary10000010111110011111011
Octal202174373

Shades and tints

Shades of #827CFB

#827CFB
(130,124,251)
#7771E5
(119,113,229)
#6C66CF
(108,102,207)
#615BB9
(97,91,185)
#5650A3
(86,80,163)
#4B458D
(75,69,141)
#403A77
(64,58,119)
#352F61
(53,47,97)
#2A244B
(42,36,75)
#1F1935
(31,25,53)
#140E1F
(20,14,31)
#000000
(0,0,0)

Tints of #827CFB

#827CFB
(130,124,251)
#8D87FB
(141,135,251)
#9892FB
(152,146,251)
#A39DFB
(163,157,251)
#AEA8FB
(174,168,251)
#B9B3FB
(185,179,251)
#C4BEFB
(196,190,251)
#CFC9FB
(207,201,251)
#DAD4FB
(218,212,251)
#E5DFFB
(229,223,251)
#F0EAFB
(240,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827CFB color. Also use rgb(130,124,251) instead hex code.

Text Font Color

.myTextColor { color: #827CFB; }

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

This text font color is #827CFB.


Background Color

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

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

This div background color is #827CFB.


Border color

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

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

This div border color is #827CFB.


Opacity

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

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

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

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

This text has shadow with #827CFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827CFB on black background.


Color preview on white background

This text has color #827CFB on white background.



Black color preview on #827CFB background

This text has black color on #827CFB background.


White color preview on #827CFB background

This text has white color on #827CFB background.