COLOR #8273CC

HEX: #8273CC
RGB: (130,115,204)

Color info

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

RGB color model

#8273CC color RGB value is (130,115,204).

  • red value is 130;
  • green value is 115;
  • blue value is 204.
RGB:
(130,115,204)
(51%,45%,80%)

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 204 of 255 = 80%

130
115
204

R + G + B ~ 59%. #8273CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 204 = 449 (100%)
R 130 of 449 ~ 28.95%
G 115 of 449 ~ 25.61%
B 204 of 449 ~ 45.43%

%28.95
%25.61
%45.43

CMYK color model

#8273CC color CMYK value is (36,44,0,20).

  • cyan value is 36.27%
  • magenta value is 43.63%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(36,44,0,20)
C36M44Y0K20 
(36%,44%,0%,20%)
(0.36/0.44/0.00/0.20)	

CMYK percentages

%36.27
%43.63
%0
%20

Codes

Color #8273CC in popluar color models

8273CC
RGB130115204
HSL250°46.60%62.55%
HSB/HSV250°43.63%80.00%
CMYK36.27%43.63%0.00%
20.00%

Color #8273CC in popluar number systems.

HEX8273CC
Decimal130115204
Binary10000010111001111001100
Octal202163314

Shades and tints

Shades of #8273CC

#8273CC
(130,115,204)
#7769BA
(119,105,186)
#6C5FA8
(108,95,168)
#615596
(97,85,150)
#564B84
(86,75,132)
#4B4172
(75,65,114)
#403760
(64,55,96)
#352D4E
(53,45,78)
#2A233C
(42,35,60)
#1F192A
(31,25,42)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #8273CC

#8273CC
(130,115,204)
#8D7FD0
(141,127,208)
#988BD4
(152,139,212)
#A397D8
(163,151,216)
#AEA3DC
(174,163,220)
#B9AFE0
(185,175,224)
#C4BBE4
(196,187,228)
#CFC7E8
(207,199,232)
#DAD3EC
(218,211,236)
#E5DFF0
(229,223,240)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8273CC color. Also use rgb(130,115,204) instead hex code.

Text Font Color

.myTextColor { color: #8273CC; }

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

This text font color is #8273CC.


Background Color

.myBgColor { background-color: #8273CC; }

<div style="background-color:#8273CC">Inner text</div>

This div background color is #8273CC.


Border color

.myBorderColor { border: 1px solid #8273CC; }

<div style="border:3px solid #8273CC">Div</div>

This div border color is #8273CC.


Opacity

.myOpacity80 { color: #8273CC; opacity: 0.8; }

<p style="color:#8273CC;opacity:0.8;">80%</p>

Text with #8273CC 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 #8273CC;}

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

This text has shadow with #8273CC color.

.textShadow {text-shadow: 3px 3px 1px #8273CC, 3px 3px 1px red;}

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

This text has shadow with #8273CC primary color and red secondary color.


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

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

This text has shadow with #8273CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8273CC on black background.


Color preview on white background

This text has color #8273CC on white background.



Black color preview on #8273CC background

This text has black color on #8273CC background.


White color preview on #8273CC background

This text has white color on #8273CC background.