COLOR #8279AB

HEX: #8279AB RGB: (130,121,171)

Color info

#8279AB contains red, green and blue colors in about the same proportion. Web safe color of #8279AB is #996699 (or #969).

RGB color model

#8279AB color RGB value is (130,121,171).

RGB: (130,121,171) (51%, 47%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 121 of 255 = 47%
B 171 of 255 = 67%

130
121
171

R + G + B ~ 55%. #8279AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 121 + 171 = 422 (100%)
R 130 of 422 ~ 30.81%
G 121 of 422 ~ 28.67%
B 171 of 422 ~ 40.52'%

%30.81
%28.67
%40.52

CMYK color model

#8279AB color CMYK value is (24,29,0,33).

  • cyan value is 23.98%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (24,29,0,33)
C24M29Y0K33 (24%, 29%, 0%, 33%)
(0.24 / 0.29 / 0.00 / 0.33)

CMYK percentages

%23.98
%29.24
%0
%32.94

Codes

Color #8279AB in popluar color models

82 79 AB
RGB 130 121 171
HSL 251° 22.94% 57.25%
HSB/HSV 251° 29.24% 67.06%
CMYK 23.98% 29.24% 0.00%
32.94%

Color #8279AB in popluar number systems.

HEX 82 79 AB
Decimal 130 121 171
Binary 10000010 1111001 10101011
Octal 202 171 253

Shades and tints

Shades of #8279AB

#8279AB
(130,121,171)
#776E9C
(119,110,156)
#6C638D
(108,99,141)
#61587E
(97,88,126)
#564D6F
(86,77,111)
#4B4260
(75,66,96)
#403751
(64,55,81)
#352C42
(53,44,66)
#2A2133
(42,33,51)
#1F1624
(31,22,36)
#140B15
(20,11,21)
#000000
(0,0,0)

Tints of #8279AB

#8279AB
(130,121,171)
#8D85B2
(141,133,178)
#9891B9
(152,145,185)
#A39DC0
(163,157,192)
#AEA9C7
(174,169,199)
#B9B5CE
(185,181,206)
#C4C1D5
(196,193,213)
#CFCDDC
(207,205,220)
#DAD9E3
(218,217,227)
#E5E5EA
(229,229,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8279AB color. Also use rgb(130,121,171) instead hex code.

Text Font Color

.myTextColor { color: #8279AB; }

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

This text font color is #8279AB.

Background Color

.myBgColor { background-color: #8279AB; }

<div style="background-color:#8279AB">Inner text</div>

This div background color is #8279AB.

Border color

.myBorderColor { border: 1px solid #8279AB; }

<div style="border:3px solid #8279AB">Div</div>

This div border color is #8279AB.

Opacity

.myOpacity80 { color: #8279AB; opacity: 0.8; }

<p style="color:#8279AB;opacity:0.8;">80%</p>

Text with #8279AB 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 #8279AB;}

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

This text has shadow with #8279AB color.


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

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

This text has shadow with #8279AB primary color and red secondary color.


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

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

This text has shadow with #8279AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8279AB.

Preview

Color preview on black background

This text has color #8279AB on black background.


Color preview on white background

This text has color #8279AB on white background.


Black color preview on #8279AB background

This text has black color on #8279AB background.


White color preview on #8279AB background

This text has white color on #8279AB background.


Related colors

Complementary color

Complementary color for #hex is #7D8654.


I love getcolorcode.com

Triadic colors

1 #AB8279 and #79AB82 with #8279AB are triadic colors.

2 #AB7982 and #7982AB with #8279AB are triadic colors.