COLOR #827BBF

HEX: #827BBF
RGB: (130,123,191)

Color info

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

RGB color model

#827BBF color RGB value is (130,123,191).

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

RGB channels and saturation

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

130
123
191

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

Portions of RGB colors in percentages

R + G + B =
130 + 123 + 191 = 444 (100%)
R 130 of 444 ~ 29.28%
G 123 of 444 ~ 27.7%
B 191 of 444 ~ 43.02%

%29.28
%27.7
%43.02

CMYK color model

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

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

CMYK percentages

%31.94
%35.6
%0
%25.1

Codes

Color #827BBF in popluar color models

827BBF
RGB130123191
HSL246°34.69%61.57%
HSB/HSV246°35.60%74.90%
CMYK31.94%35.60%0.00%
25.10%

Color #827BBF in popluar number systems.

HEX827BBF
Decimal130123191
Binary10000010111101110111111
Octal202173277

Shades and tints

Shades of #827BBF

#827BBF
(130,123,191)
#7770AE
(119,112,174)
#6C659D
(108,101,157)
#615A8C
(97,90,140)
#564F7B
(86,79,123)
#4B446A
(75,68,106)
#403959
(64,57,89)
#352E48
(53,46,72)
#2A2337
(42,35,55)
#1F1826
(31,24,38)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #827BBF

#827BBF
(130,123,191)
#8D87C4
(141,135,196)
#9893C9
(152,147,201)
#A39FCE
(163,159,206)
#AEABD3
(174,171,211)
#B9B7D8
(185,183,216)
#C4C3DD
(196,195,221)
#CFCFE2
(207,207,226)
#DADBE7
(218,219,231)
#E5E7EC
(229,231,236)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #827BBF; }

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

This text font color is #827BBF.


Background Color

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

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

This div background color is #827BBF.


Border color

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

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

This div border color is #827BBF.


Opacity

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

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

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

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

This text has shadow with #827BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827BBF on black background.


Color preview on white background

This text has color #827BBF on white background.



Black color preview on #827BBF background

This text has black color on #827BBF background.


White color preview on #827BBF background

This text has white color on #827BBF background.