COLOR #827BC0

HEX: #827BC0
RGB: (130,123,192)

Color info

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

RGB color model

#827BC0 color RGB value is (130,123,192).

  • red value is 130;
  • green value is 123;
  • blue value is 192.
RGB:
(130,123,192)
(51%,48%,75%)

RGB channels and saturation

R 130 of 255 = 51%
G 123 of 255 = 48%
B 192 of 255 = 75%

130
123
192

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

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 192 = 445 (100%)
R 130 of 445 ~ 29.21%
G 123 of 445 ~ 27.64%
B 192 of 445 ~ 43.15%

%29.21
%27.64
%43.15

CMYK color model

#827BC0 color CMYK value is (32,36,0,25).

  • cyan value is 32.29%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(32,36,0,25)
C32M36Y0K25 
(32%,36%,0%,25%)
(0.32/0.36/0.00/0.25)	

CMYK percentages

%32.29
%35.94
%0
%24.71

Codes

Color #827BC0 in popluar color models

827BC0
RGB130123192
HSL246°35.38%61.76%
HSB/HSV246°35.94%75.29%
CMYK32.29%35.94%0.00%
24.71%

Color #827BC0 in popluar number systems.

HEX827BC0
Decimal130123192
Binary10000010111101111000000
Octal202173300

Shades and tints

Shades of #827BC0

#827BC0
(130,123,192)
#7770AF
(119,112,175)
#6C659E
(108,101,158)
#615A8D
(97,90,141)
#564F7C
(86,79,124)
#4B446B
(75,68,107)
#40395A
(64,57,90)
#352E49
(53,46,73)
#2A2338
(42,35,56)
#1F1827
(31,24,39)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #827BC0

#827BC0
(130,123,192)
#8D87C5
(141,135,197)
#9893CA
(152,147,202)
#A39FCF
(163,159,207)
#AEABD4
(174,171,212)
#B9B7D9
(185,183,217)
#C4C3DE
(196,195,222)
#CFCFE3
(207,207,227)
#DADBE8
(218,219,232)
#E5E7ED
(229,231,237)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827BC0 color. Also use rgb(130,123,192) instead hex code.

Text Font Color

.myTextColor { color: #827BC0; }

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

This text font color is #827BC0.


Background Color

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

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

This div background color is #827BC0.


Border color

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

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

This div border color is #827BC0.


Opacity

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

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

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

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

This text has shadow with #827BC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827BC0 on black background.


Color preview on white background

This text has color #827BC0 on white background.



Black color preview on #827BC0 background

This text has black color on #827BC0 background.


White color preview on #827BC0 background

This text has white color on #827BC0 background.