COLOR #8B79D3

HEX: #8B79D3 RGB: (139,121,211)

Color info

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

RGB color model

#8B79D3 color RGB value is (139,121,211).

RGB: (139,121,211) (55%, 47%, 83%)

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 211 of 255 = 83%

139
121
211

R + G + B ~ 62%. #8B79D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 121 + 211 = 471 (100%)
R 139 of 471 ~ 29.51%
G 121 of 471 ~ 25.69%
B 211 of 471 ~ 44.8'%

%29.51
%25.69
%44.8

CMYK color model

#8B79D3 color CMYK value is (34,43,0,17).

  • cyan value is 34.12%
  • magenta value is 42.65%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (34,43,0,17)
C34M43Y0K17 (34%, 43%, 0%, 17%)
(0.34 / 0.43 / 0.00 / 0.17)

CMYK percentages

%34.12
%42.65
%0
%17.25

Codes

Color #8B79D3 in popluar color models

8B 79 D3
RGB 139 121 211
HSL 252° 50.56% 65.10%
HSB/HSV 252° 42.65% 82.75%
CMYK 34.12% 42.65% 0.00%
17.25%

Color #8B79D3 in popluar number systems.

HEX 8B 79 D3
Decimal 139 121 211
Binary 10001011 1111001 11010011
Octal 213 171 323

Shades and tints

Shades of #8B79D3

#8B79D3
(139,121,211)
#7F6EC0
(127,110,192)
#7363AD
(115,99,173)
#67589A
(103,88,154)
#5B4D87
(91,77,135)
#4F4274
(79,66,116)
#433761
(67,55,97)
#372C4E
(55,44,78)
#2B213B
(43,33,59)
#1F1628
(31,22,40)
#130B15
(19,11,21)
#000000
(0,0,0)

Tints of #8B79D3

#8B79D3
(139,121,211)
#9585D7
(149,133,215)
#9F91DB
(159,145,219)
#A99DDF
(169,157,223)
#B3A9E3
(179,169,227)
#BDB5E7
(189,181,231)
#C7C1EB
(199,193,235)
#D1CDEF
(209,205,239)
#DBD9F3
(219,217,243)
#E5E5F7
(229,229,247)
#EFF1FB
(239,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B79D3 color. Also use rgb(139,121,211) instead hex code.

Text Font Color

.myTextColor { color: #8B79D3; }

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

This text font color is #8B79D3.

Background Color

.myBgColor { background-color: #8B79D3; }

<div style="background-color:#8B79D3">Inner text</div>

This div background color is #8B79D3.

Border color

.myBorderColor { border: 1px solid #8B79D3; }

<div style="border:3px solid #8B79D3">Div</div>

This div border color is #8B79D3.

Opacity

.myOpacity80 { color: #8B79D3; opacity: 0.8; }

<p style="color:#8B79D3;opacity:0.8;">80%</p>

Text with #8B79D3 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 #8B79D3;}

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

This text has shadow with #8B79D3 color.


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

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

This text has shadow with #8B79D3 primary color and red secondary color.


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

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

This text has shadow with #8B79D3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8B79D3.

Preview

Color preview on black background

This text has color #8B79D3 on black background.


Color preview on white background

This text has color #8B79D3 on white background.


Black color preview on #8B79D3 background

This text has black color on #8B79D3 background.


White color preview on #8B79D3 background

This text has white color on #8B79D3 background.


Related colors

Complementary color

Complementary color for #hex is #74862C.


I love getcolorcode.com

Triadic colors

1 #D38B79 and #79D38B with #8B79D3 are triadic colors.

2 #D3798B and #798BD3 with #8B79D3 are triadic colors.