COLOR #827FCB

HEX: #827FCB
RGB: (130,127,203)

Color info

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

RGB color model

#827FCB color RGB value is (130,127,203).

  • red value is 130;
  • green value is 127;
  • blue value is 203.
RGB:
(130,127,203)
(51%,50%,80%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 203 of 255 = 80%

130
127
203

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

Portions of RGB colors in percentages

R + G + B =
130 + 127 + 203 = 460 (100%)
R 130 of 460 ~ 28.26%
G 127 of 460 ~ 27.61%
B 203 of 460 ~ 44.13%

%28.26
%27.61
%44.13

CMYK color model

#827FCB color CMYK value is (36,37,0,20).

  • cyan value is 35.96%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(36,37,0,20)
C36M37Y0K20 
(36%,37%,0%,20%)
(0.36/0.37/0.00/0.20)	

CMYK percentages

%35.96
%37.44
%0
%20.39

Codes

Color #827FCB in popluar color models

827FCB
RGB130127203
HSL242°42.22%64.71%
HSB/HSV242°37.44%79.61%
CMYK35.96%37.44%0.00%
20.39%

Color #827FCB in popluar number systems.

HEX827FCB
Decimal130127203
Binary10000010111111111001011
Octal202177313

Shades and tints

Shades of #827FCB

#827FCB
(130,127,203)
#7774B9
(119,116,185)
#6C69A7
(108,105,167)
#615E95
(97,94,149)
#565383
(86,83,131)
#4B4871
(75,72,113)
#403D5F
(64,61,95)
#35324D
(53,50,77)
#2A273B
(42,39,59)
#1F1C29
(31,28,41)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #827FCB

#827FCB
(130,127,203)
#8D8ACF
(141,138,207)
#9895D3
(152,149,211)
#A3A0D7
(163,160,215)
#AEABDB
(174,171,219)
#B9B6DF
(185,182,223)
#C4C1E3
(196,193,227)
#CFCCE7
(207,204,231)
#DAD7EB
(218,215,235)
#E5E2EF
(229,226,239)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827FCB color. Also use rgb(130,127,203) instead hex code.

Text Font Color

.myTextColor { color: #827FCB; }

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

This text font color is #827FCB.


Background Color

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

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

This div background color is #827FCB.


Border color

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

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

This div border color is #827FCB.


Opacity

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

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

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

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

This text has shadow with #827FCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827FCB on black background.


Color preview on white background

This text has color #827FCB on white background.



Black color preview on #827FCB background

This text has black color on #827FCB background.


White color preview on #827FCB background

This text has white color on #827FCB background.