COLOR #826AC0

HEX: #826AC0
RGB: (130,106,192)

Color info

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

RGB color model

#826AC0 color RGB value is (130,106,192).

  • red value is 130;
  • green value is 106;
  • blue value is 192.
RGB:
(130,106,192)
(51%,42%,75%)

RGB channels and saturation

R 130 of 255 = 51%
G 106 of 255 = 42%
B 192 of 255 = 75%

130
106
192

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

Portions of RGB colors in percentages

R + G + B =
130 + 106 + 192 = 428 (100%)
R 130 of 428 ~ 30.37%
G 106 of 428 ~ 24.77%
B 192 of 428 ~ 44.86%

%30.37
%24.77
%44.86

CMYK color model

#826AC0 color CMYK value is (32,45,0,25).

  • cyan value is 32.29%
  • magenta value is 44.79%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(32,45,0,25)
C32M45Y0K25 
(32%,45%,0%,25%)
(0.32/0.45/0.00/0.25)	

CMYK percentages

%32.29
%44.79
%0
%24.71

Codes

Color #826AC0 in popluar color models

826AC0
RGB130106192
HSL257°40.57%58.43%
HSB/HSV257°44.79%75.29%
CMYK32.29%44.79%0.00%
24.71%

Color #826AC0 in popluar number systems.

HEX826AC0
Decimal130106192
Binary10000010110101011000000
Octal202152300

Shades and tints

Shades of #826AC0

#826AC0
(130,106,192)
#7761AF
(119,97,175)
#6C589E
(108,88,158)
#614F8D
(97,79,141)
#56467C
(86,70,124)
#4B3D6B
(75,61,107)
#40345A
(64,52,90)
#352B49
(53,43,73)
#2A2238
(42,34,56)
#1F1927
(31,25,39)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #826AC0

#826AC0
(130,106,192)
#8D77C5
(141,119,197)
#9884CA
(152,132,202)
#A391CF
(163,145,207)
#AE9ED4
(174,158,212)
#B9ABD9
(185,171,217)
#C4B8DE
(196,184,222)
#CFC5E3
(207,197,227)
#DAD2E8
(218,210,232)
#E5DFED
(229,223,237)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826AC0 color. Also use rgb(130,106,192) instead hex code.

Text Font Color

.myTextColor { color: #826AC0; }

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

This text font color is #826AC0.


Background Color

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

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

This div background color is #826AC0.


Border color

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

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

This div border color is #826AC0.


Opacity

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

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

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

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

This text has shadow with #826AC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826AC0 on black background.


Color preview on white background

This text has color #826AC0 on white background.



Black color preview on #826AC0 background

This text has black color on #826AC0 background.


White color preview on #826AC0 background

This text has white color on #826AC0 background.