COLOR #8277B3

HEX: #8277B3
RGB: (130,119,179)

Color info

#8277B3 contains mainly red and blue colors. Web safe color of #8277B3 is #996699 (or #969).

RGB color model

#8277B3 color RGB value is (130,119,179).

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

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 179 of 255 = 70%

130
119
179

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 179 = 428 (100%)
R 130 of 428 ~ 30.37%
G 119 of 428 ~ 27.8%
B 179 of 428 ~ 41.82%

%30.37
%27.8
%41.82

CMYK color model

#8277B3 color CMYK value is (27,34,0,30).

  • cyan value is 27.37%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(27,34,0,30)
C27M34Y0K30 
(27%,34%,0%,30%)
(0.27/0.34/0.00/0.30)	

CMYK percentages

%27.37
%33.52
%0
%29.8

Codes

Color #8277B3 in popluar color models

8277B3
RGB130119179
HSL251°28.30%58.43%
HSB/HSV251°33.52%70.20%
CMYK27.37%33.52%0.00%
29.80%

Color #8277B3 in popluar number systems.

HEX8277B3
Decimal130119179
Binary10000010111011110110011
Octal202167263

Shades and tints

Shades of #8277B3

#8277B3
(130,119,179)
#776DA3
(119,109,163)
#6C6393
(108,99,147)
#615983
(97,89,131)
#564F73
(86,79,115)
#4B4563
(75,69,99)
#403B53
(64,59,83)
#353143
(53,49,67)
#2A2733
(42,39,51)
#1F1D23
(31,29,35)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #8277B3

#8277B3
(130,119,179)
#8D83B9
(141,131,185)
#988FBF
(152,143,191)
#A39BC5
(163,155,197)
#AEA7CB
(174,167,203)
#B9B3D1
(185,179,209)
#C4BFD7
(196,191,215)
#CFCBDD
(207,203,221)
#DAD7E3
(218,215,227)
#E5E3E9
(229,227,233)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8277B3; }

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

This text font color is #8277B3.


Background Color

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

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

This div background color is #8277B3.


Border color

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

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

This div border color is #8277B3.


Opacity

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

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

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

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

This text has shadow with #8277B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8277B3 on black background.


Color preview on white background

This text has color #8277B3 on white background.



Black color preview on #8277B3 background

This text has black color on #8277B3 background.


White color preview on #8277B3 background

This text has white color on #8277B3 background.