COLOR #8277C7

HEX: #8277C7
RGB: (130,119,199)

Color info

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

RGB color model

#8277C7 color RGB value is (130,119,199).

  • red value is 130;
  • green value is 119;
  • blue value is 199.
RGB:
(130,119,199)
(51%,47%,78%)

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 199 of 255 = 78%

130
119
199

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 199 = 448 (100%)
R 130 of 448 ~ 29.02%
G 119 of 448 ~ 26.56%
B 199 of 448 ~ 44.42%

%29.02
%26.56
%44.42

CMYK color model

#8277C7 color CMYK value is (35,40,0,22).

  • cyan value is 34.67%
  • magenta value is 40.20%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(35,40,0,22)
C35M40Y0K22 
(35%,40%,0%,22%)
(0.35/0.40/0.00/0.22)	

CMYK percentages

%34.67
%40.2
%0
%21.96

Codes

Color #8277C7 in popluar color models

8277C7
RGB130119199
HSL248°41.67%62.35%
HSB/HSV248°40.20%78.04%
CMYK34.67%40.20%0.00%
21.96%

Color #8277C7 in popluar number systems.

HEX8277C7
Decimal130119199
Binary10000010111011111000111
Octal202167307

Shades and tints

Shades of #8277C7

#8277C7
(130,119,199)
#776DB5
(119,109,181)
#6C63A3
(108,99,163)
#615991
(97,89,145)
#564F7F
(86,79,127)
#4B456D
(75,69,109)
#403B5B
(64,59,91)
#353149
(53,49,73)
#2A2737
(42,39,55)
#1F1D25
(31,29,37)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8277C7

#8277C7
(130,119,199)
#8D83CC
(141,131,204)
#988FD1
(152,143,209)
#A39BD6
(163,155,214)
#AEA7DB
(174,167,219)
#B9B3E0
(185,179,224)
#C4BFE5
(196,191,229)
#CFCBEA
(207,203,234)
#DAD7EF
(218,215,239)
#E5E3F4
(229,227,244)
#F0EFF9
(240,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8277C7 color. Also use rgb(130,119,199) instead hex code.

Text Font Color

.myTextColor { color: #8277C7; }

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

This text font color is #8277C7.


Background Color

.myBgColor { background-color: #8277C7; }

<div style="background-color:#8277C7">Inner text</div>

This div background color is #8277C7.


Border color

.myBorderColor { border: 1px solid #8277C7; }

<div style="border:3px solid #8277C7">Div</div>

This div border color is #8277C7.


Opacity

.myOpacity80 { color: #8277C7; opacity: 0.8; }

<p style="color:#8277C7;opacity:0.8;">80%</p>

Text with #8277C7 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 #8277C7;}

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

This text has shadow with #8277C7 color.

.textShadow {text-shadow: 3px 3px 1px #8277C7, 3px 3px 1px red;}

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

This text has shadow with #8277C7 primary color and red secondary color.


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

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

This text has shadow with #8277C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8277C7 on black background.


Color preview on white background

This text has color #8277C7 on white background.



Black color preview on #8277C7 background

This text has black color on #8277C7 background.


White color preview on #8277C7 background

This text has white color on #8277C7 background.