COLOR #827FAF

HEX: #827FAF
RGB: (130,127,175)

Color info

#827FAF contains red, green and blue colors in about the same proportion. Web safe color of #827FAF is #996699 (or #969).

RGB color model

#827FAF color RGB value is (130,127,175).

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

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 175 of 255 = 69%

130
127
175

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

Portions of RGB colors in percentages

R + G + B =
130 + 127 + 175 = 432 (100%)
R 130 of 432 ~ 30.09%
G 127 of 432 ~ 29.4%
B 175 of 432 ~ 40.51%

%30.09
%29.4
%40.51

CMYK color model

#827FAF color CMYK value is (26,27,0,31).

  • cyan value is 25.71%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(26,27,0,31)
C26M27Y0K31 
(26%,27%,0%,31%)
(0.26/0.27/0.00/0.31)	

CMYK percentages

%25.71
%27.43
%0
%31.37

Codes

Color #827FAF in popluar color models

827FAF
RGB130127175
HSL244°23.08%59.22%
HSB/HSV244°27.43%68.63%
CMYK25.71%27.43%0.00%
31.37%

Color #827FAF in popluar number systems.

HEX827FAF
Decimal130127175
Binary10000010111111110101111
Octal202177257

Shades and tints

Shades of #827FAF

#827FAF
(130,127,175)
#7774A0
(119,116,160)
#6C6991
(108,105,145)
#615E82
(97,94,130)
#565373
(86,83,115)
#4B4864
(75,72,100)
#403D55
(64,61,85)
#353246
(53,50,70)
#2A2737
(42,39,55)
#1F1C28
(31,28,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #827FAF

#827FAF
(130,127,175)
#8D8AB6
(141,138,182)
#9895BD
(152,149,189)
#A3A0C4
(163,160,196)
#AEABCB
(174,171,203)
#B9B6D2
(185,182,210)
#C4C1D9
(196,193,217)
#CFCCE0
(207,204,224)
#DAD7E7
(218,215,231)
#E5E2EE
(229,226,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827FAF; }

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

This text font color is #827FAF.


Background Color

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

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

This div background color is #827FAF.


Border color

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

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

This div border color is #827FAF.


Opacity

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

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

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

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

This text has shadow with #827FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827FAF on black background.


Color preview on white background

This text has color #827FAF on white background.



Black color preview on #827FAF background

This text has black color on #827FAF background.


White color preview on #827FAF background

This text has white color on #827FAF background.