COLOR #8274E6

HEX: #8274E6
RGB: (130,116,230)

Color info

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

RGB color model

#8274E6 color RGB value is (130,116,230).

  • red value is 130;
  • green value is 116;
  • blue value is 230.
RGB:
(130,116,230)
(51%,45%,90%)

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 230 of 255 = 90%

130
116
230

R + G + B ~ 62%. #8274E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 230 = 476 (100%)
R 130 of 476 ~ 27.31%
G 116 of 476 ~ 24.37%
B 230 of 476 ~ 48.32%

%27.31
%24.37
%48.32

CMYK color model

#8274E6 color CMYK value is (43,50,0,10).

  • cyan value is 43.48%
  • magenta value is 49.57%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(43,50,0,10)
C43M50Y0K10 
(43%,50%,0%,10%)
(0.43/0.50/0.00/0.10)	

CMYK percentages

%43.48
%49.57
%0
%9.8

Codes

Color #8274E6 in popluar color models

8274E6
RGB130116230
HSL247°69.51%67.84%
HSB/HSV247°49.57%90.20%
CMYK43.48%49.57%0.00%
9.80%

Color #8274E6 in popluar number systems.

HEX8274E6
Decimal130116230
Binary10000010111010011100110
Octal202164346

Shades and tints

Shades of #8274E6

#8274E6
(130,116,230)
#776AD2
(119,106,210)
#6C60BE
(108,96,190)
#6156AA
(97,86,170)
#564C96
(86,76,150)
#4B4282
(75,66,130)
#40386E
(64,56,110)
#352E5A
(53,46,90)
#2A2446
(42,36,70)
#1F1A32
(31,26,50)
#14101E
(20,16,30)
#000000
(0,0,0)

Tints of #8274E6

#8274E6
(130,116,230)
#8D80E8
(141,128,232)
#988CEA
(152,140,234)
#A398EC
(163,152,236)
#AEA4EE
(174,164,238)
#B9B0F0
(185,176,240)
#C4BCF2
(196,188,242)
#CFC8F4
(207,200,244)
#DAD4F6
(218,212,246)
#E5E0F8
(229,224,248)
#F0ECFA
(240,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8274E6 color. Also use rgb(130,116,230) instead hex code.

Text Font Color

.myTextColor { color: #8274E6; }

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

This text font color is #8274E6.


Background Color

.myBgColor { background-color: #8274E6; }

<div style="background-color:#8274E6">Inner text</div>

This div background color is #8274E6.


Border color

.myBorderColor { border: 1px solid #8274E6; }

<div style="border:3px solid #8274E6">Div</div>

This div border color is #8274E6.


Opacity

.myOpacity80 { color: #8274E6; opacity: 0.8; }

<p style="color:#8274E6;opacity:0.8;">80%</p>

Text with #8274E6 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 #8274E6;}

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

This text has shadow with #8274E6 color.

.textShadow {text-shadow: 3px 3px 1px #8274E6, 3px 3px 1px red;}

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

This text has shadow with #8274E6 primary color and red secondary color.


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

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

This text has shadow with #8274E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8274E6 on black background.


Color preview on white background

This text has color #8274E6 on white background.



Black color preview on #8274E6 background

This text has black color on #8274E6 background.


White color preview on #8274E6 background

This text has white color on #8274E6 background.