COLOR #826FC6

HEX: #826FC6
RGB: (130,111,198)

Color info

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

RGB color model

#826FC6 color RGB value is (130,111,198).

  • red value is 130;
  • green value is 111;
  • blue value is 198.
RGB:
(130,111,198)
(51%,44%,78%)

RGB channels and saturation

R 130 of 255 = 51%
G 111 of 255 = 44%
B 198 of 255 = 78%

130
111
198

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

Portions of RGB colors in percentages

R + G + B =
130 + 111 + 198 = 439 (100%)
R 130 of 439 ~ 29.61%
G 111 of 439 ~ 25.28%
B 198 of 439 ~ 45.1%

%29.61
%25.28
%45.1

CMYK color model

#826FC6 color CMYK value is (34,44,0,22).

  • cyan value is 34.34%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(34,44,0,22)
C34M44Y0K22 
(34%,44%,0%,22%)
(0.34/0.44/0.00/0.22)	

CMYK percentages

%34.34
%43.94
%0
%22.35

Codes

Color #826FC6 in popluar color models

826FC6
RGB130111198
HSL253°43.28%60.59%
HSB/HSV253°43.94%77.65%
CMYK34.34%43.94%0.00%
22.35%

Color #826FC6 in popluar number systems.

HEX826FC6
Decimal130111198
Binary10000010110111111000110
Octal202157306

Shades and tints

Shades of #826FC6

#826FC6
(130,111,198)
#7765B4
(119,101,180)
#6C5BA2
(108,91,162)
#615190
(97,81,144)
#56477E
(86,71,126)
#4B3D6C
(75,61,108)
#40335A
(64,51,90)
#352948
(53,41,72)
#2A1F36
(42,31,54)
#1F1524
(31,21,36)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #826FC6

#826FC6
(130,111,198)
#8D7CCB
(141,124,203)
#9889D0
(152,137,208)
#A396D5
(163,150,213)
#AEA3DA
(174,163,218)
#B9B0DF
(185,176,223)
#C4BDE4
(196,189,228)
#CFCAE9
(207,202,233)
#DAD7EE
(218,215,238)
#E5E4F3
(229,228,243)
#F0F1F8
(240,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826FC6 color. Also use rgb(130,111,198) instead hex code.

Text Font Color

.myTextColor { color: #826FC6; }

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

This text font color is #826FC6.


Background Color

.myBgColor { background-color: #826FC6; }

<div style="background-color:#826FC6">Inner text</div>

This div background color is #826FC6.


Border color

.myBorderColor { border: 1px solid #826FC6; }

<div style="border:3px solid #826FC6">Div</div>

This div border color is #826FC6.


Opacity

.myOpacity80 { color: #826FC6; opacity: 0.8; }

<p style="color:#826FC6;opacity:0.8;">80%</p>

Text with #826FC6 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 #826FC6;}

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

This text has shadow with #826FC6 color.

.textShadow {text-shadow: 3px 3px 1px #826FC6, 3px 3px 1px red;}

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

This text has shadow with #826FC6 primary color and red secondary color.


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

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

This text has shadow with #826FC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826FC6 on black background.


Color preview on white background

This text has color #826FC6 on white background.



Black color preview on #826FC6 background

This text has black color on #826FC6 background.


White color preview on #826FC6 background

This text has white color on #826FC6 background.