COLOR #8256BE

HEX: #8256BE RGB: (130,86,190)

Color info

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

RGB color model

#8256BE color RGB value is (130,86,190).

RGB: (130,86,190) (51%, 34%, 75%)

RGB channels and saturation

R 130 of 255 = 51%
G 86 of 255 = 34%
B 190 of 255 = 75%

130
86
190

R + G + B ~ 53%. #8256BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 86 + 190 = 406 (100%)
R 130 of 406 ~ 32.02%
G 86 of 406 ~ 21.18%
B 190 of 406 ~ 46.8'%

%32.02
%21.18
%46.8

CMYK color model

#8256BE color CMYK value is (32,55,0,25).

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

CMYK: (32,55,0,25)
C32M55Y0K25 (32%, 55%, 0%, 25%)
(0.32 / 0.55 / 0.00 / 0.25)

CMYK percentages

%31.58
%54.74
%0
%25.49

Codes

Color #8256BE in popluar color models

82 56 BE
RGB 130 86 190
HSL 265° 44.44% 54.12%
HSB/HSV 265° 54.74% 74.51%
CMYK 31.58% 54.74% 0.00%
25.49%

Color #8256BE in popluar number systems.

HEX 82 56 BE
Decimal 130 86 190
Binary 10000010 1010110 10111110
Octal 202 126 276

Shades and tints

Shades of #8256BE

#8256BE
(130,86,190)
#774FAD
(119,79,173)
#6C489C
(108,72,156)
#61418B
(97,65,139)
#563A7A
(86,58,122)
#4B3369
(75,51,105)
#402C58
(64,44,88)
#352547
(53,37,71)
#2A1E36
(42,30,54)
#1F1725
(31,23,37)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #8256BE

#8256BE
(130,86,190)
#8D65C3
(141,101,195)
#9874C8
(152,116,200)
#A383CD
(163,131,205)
#AE92D2
(174,146,210)
#B9A1D7
(185,161,215)
#C4B0DC
(196,176,220)
#CFBFE1
(207,191,225)
#DACEE6
(218,206,230)
#E5DDEB
(229,221,235)
#F0ECF0
(240,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8256BE color. Also use rgb(130,86,190) instead hex code.

Text Font Color

.myTextColor { color: #8256BE; }

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

This text font color is #8256BE.

Background Color

.myBgColor { background-color: #8256BE; }

<div style="background-color:#8256BE">Inner text</div>

This div background color is #8256BE.

Border color

.myBorderColor { border: 1px solid #8256BE; }

<div style="border:3px solid #8256BE">Div</div>

This div border color is #8256BE.

Opacity

.myOpacity80 { color: #8256BE; opacity: 0.8; }

<p style="color:#8256BE;opacity:0.8;">80%</p>

Text with #8256BE 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 #8256BE;}

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

This text has shadow with #8256BE color.


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

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

This text has shadow with #8256BE primary color and red secondary color.


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

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

This text has shadow with #8256BE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8256BE.

Preview

Color preview on black background

This text has color #8256BE on black background.


Color preview on white background

This text has color #8256BE on white background.


Black color preview on #8256BE background

This text has black color on #8256BE background.


White color preview on #8256BE background

This text has white color on #8256BE background.


Related colors

Complementary color

Complementary color for #hex is #7DA941.


I love getcolorcode.com

Triadic colors

1 #BE8256 and #56BE82 with #8256BE are triadic colors.

2 #BE5682 and #5682BE with #8256BE are triadic colors.