COLOR #827FBD

HEX: #827FBD RGB: (130,127,189)

Color info

#827FBD contains mainly red and blue colors. Web safe color of #827FBD is #9966CC (or #96C).

RGB color model

#827FBD color RGB value is (130,127,189).

RGB: (130,127,189) (51%, 50%, 74%)

RGB channels and saturation

R 130 of 255 = 51%
G 127 of 255 = 50%
B 189 of 255 = 74%

130
127
189

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

Portions of RGB colors in percentages

R + G + B = 130 + 127 + 189 = 446 (100%)
R 130 of 446 ~ 29.15%
G 127 of 446 ~ 28.48%
B 189 of 446 ~ 42.38'%

%29.15
%28.48
%42.38

CMYK color model

#827FBD color CMYK value is (31,33,0,26).

  • cyan value is 31.22%
  • magenta value is 32.80%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (31,33,0,26)
C31M33Y0K26 (31%, 33%, 0%, 26%)
(0.31 / 0.33 / 0.00 / 0.26)

CMYK percentages

%31.22
%32.8
%0
%25.88

Codes

Color #827FBD in popluar color models

82 7F BD
RGB 130 127 189
HSL 243° 31.96% 61.96%
HSB/HSV 243° 32.80% 74.12%
CMYK 31.22% 32.80% 0.00%
25.88%

Color #827FBD in popluar number systems.

HEX 82 7F BD
Decimal 130 127 189
Binary 10000010 1111111 10111101
Octal 202 177 275

Shades and tints

Shades of #827FBD

#827FBD
(130,127,189)
#7774AC
(119,116,172)
#6C699B
(108,105,155)
#615E8A
(97,94,138)
#565379
(86,83,121)
#4B4868
(75,72,104)
#403D57
(64,61,87)
#353246
(53,50,70)
#2A2735
(42,39,53)
#1F1C24
(31,28,36)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #827FBD

#827FBD
(130,127,189)
#8D8AC3
(141,138,195)
#9895C9
(152,149,201)
#A3A0CF
(163,160,207)
#AEABD5
(174,171,213)
#B9B6DB
(185,182,219)
#C4C1E1
(196,193,225)
#CFCCE7
(207,204,231)
#DAD7ED
(218,215,237)
#E5E2F3
(229,226,243)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827FBD; }

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

This text font color is #827FBD.

Background Color

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

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

This div background color is #827FBD.

Border color

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

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

This div border color is #827FBD.

Opacity

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

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

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

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

This text has shadow with #827FBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827FBD.

Preview

Color preview on black background

This text has color #827FBD on black background.


Color preview on white background

This text has color #827FBD on white background.


Black color preview on #827FBD background

This text has black color on #827FBD background.


White color preview on #827FBD background

This text has white color on #827FBD background.


Related colors

Complementary color

Complementary color for #hex is #7D8042.


I love getcolorcode.com

Triadic colors

1 #BD827F and #7FBD82 with #827FBD are triadic colors.

2 #BD7F82 and #7F82BD with #827FBD are triadic colors.