COLOR #827DBE

HEX: #827DBE RGB: (130,125,190)

Color info

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

RGB color model

#827DBE color RGB value is (130,125,190).

RGB: (130,125,190) (51%, 49%, 75%)

RGB channels and saturation

R 130 of 255 = 51%
G 125 of 255 = 49%
B 190 of 255 = 75%

130
125
190

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

Portions of RGB colors in percentages

R + G + B = 130 + 125 + 190 = 445 (100%)
R 130 of 445 ~ 29.21%
G 125 of 445 ~ 28.09%
B 190 of 445 ~ 42.7'%

%29.21
%28.09
%42.7

CMYK color model

#827DBE color CMYK value is (32,34,0,25).

  • cyan value is 31.58%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (32,34,0,25)
C32M34Y0K25 (32%, 34%, 0%, 25%)
(0.32 / 0.34 / 0.00 / 0.25)

CMYK percentages

%31.58
%34.21
%0
%25.49

Codes

Color #827DBE in popluar color models

82 7D BE
RGB 130 125 190
HSL 245° 33.33% 61.76%
HSB/HSV 245° 34.21% 74.51%
CMYK 31.58% 34.21% 0.00%
25.49%

Color #827DBE in popluar number systems.

HEX 82 7D BE
Decimal 130 125 190
Binary 10000010 1111101 10111110
Octal 202 175 276

Shades and tints

Shades of #827DBE

#827DBE
(130,125,190)
#7772AD
(119,114,173)
#6C679C
(108,103,156)
#615C8B
(97,92,139)
#56517A
(86,81,122)
#4B4669
(75,70,105)
#403B58
(64,59,88)
#353047
(53,48,71)
#2A2536
(42,37,54)
#1F1A25
(31,26,37)
#140F14
(20,15,20)
#000000
(0,0,0)

Tints of #827DBE

#827DBE
(130,125,190)
#8D88C3
(141,136,195)
#9893C8
(152,147,200)
#A39ECD
(163,158,205)
#AEA9D2
(174,169,210)
#B9B4D7
(185,180,215)
#C4BFDC
(196,191,220)
#CFCAE1
(207,202,225)
#DAD5E6
(218,213,230)
#E5E0EB
(229,224,235)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827DBE color. Also use rgb(130,125,190) instead hex code.

Text Font Color

.myTextColor { color: #827DBE; }

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

This text font color is #827DBE.

Background Color

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

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

This div background color is #827DBE.

Border color

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

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

This div border color is #827DBE.

Opacity

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

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

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

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

This text has shadow with #827DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #827DBE.

Preview

Color preview on black background

This text has color #827DBE on black background.


Color preview on white background

This text has color #827DBE on white background.


Black color preview on #827DBE background

This text has black color on #827DBE background.


White color preview on #827DBE background

This text has white color on #827DBE background.


Related colors

Complementary color

Complementary color for #hex is #7D8241.


I love getcolorcode.com

Triadic colors

1 #BE827D and #7DBE82 with #827DBE are triadic colors.

2 #BE7D82 and #7D82BE with #827DBE are triadic colors.