COLOR #8B79E6

HEX: #8B79E6
RGB: (139,121,230)

Renk bilgisi

#8B79E6 contains mainly blue color. #8B79E6 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8B79E6 color RGB value is (139,121,230).

  • kırmız ton 139;
  • yeşil ton 121;
  • mavi ton 230.
RGB:
(139,121,230)
(55%,47%,90%)

RGB bağlantıları ve doygunluk

R 139 of 255 = 55%
G 121 of 255 = 47%
B 230 of 255 = 90%

139
121
230

R + G + B ~ 64%. #8B79E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
139 + 121 + 230 = 490 (100%)
R 139 of 490 ~ 28.37%
G 121 of 490 ~ 24.69%
B 230 of 490 ~ 46.94%

%28.37
%24.69
%46.94

CMYK RENK MODELİ

#8B79E6 rengi CMYK tonu (40,47,0,10).

  • camgöbeği tonu 39.57%
  • eflatun tonu 47.39%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(40,47,0,10)
C40M47Y0K10 
(40%,47%,0%,10%)
(0.40/0.47/0.00/0.10)	

CMYK yüzdeleri

%39.57
%47.39
%0
%9.8

Codes

Color #8B79E6 in popluar color models

8B79E6
RGB139121230
HSL250°68.55%68.82%
HSB/HSV250°47.39%90.20%
CMYK39.57%47.39%0.00%
9.80%

Color #8B79E6 in popluar number systems.

HEX8B79E6
Decimal139121230
Binary10001011111100111100110
Octal213171346

Shades and tints

Shades of #8B79E6

#8B79E6
(139,121,230)
#7F6ED2
(127,110,210)
#7363BE
(115,99,190)
#6758AA
(103,88,170)
#5B4D96
(91,77,150)
#4F4282
(79,66,130)
#43376E
(67,55,110)
#372C5A
(55,44,90)
#2B2146
(43,33,70)
#1F1632
(31,22,50)
#130B1E
(19,11,30)
#000000
(0,0,0)

Tints of #8B79E6

#8B79E6
(139,121,230)
#9585E8
(149,133,232)
#9F91EA
(159,145,234)
#A99DEC
(169,157,236)
#B3A9EE
(179,169,238)
#BDB5F0
(189,181,240)
#C7C1F2
(199,193,242)
#D1CDF4
(209,205,244)
#DBD9F6
(219,217,246)
#E5E5F8
(229,229,248)
#EFF1FA
(239,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B79E6; }

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

This text font color is #8B79E6.


Background Color

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

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

This div background color is #8B79E6.


Border color

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

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

This div border color is #8B79E6.


Opacity

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

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

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

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

This text has shadow with #8B79E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B79E6 on black background.


Color preview on white background

This text has color #8B79E6 on white background.



Black color preview on #8B79E6 background

This text has black color on #8B79E6 background.


White color preview on #8B79E6 background

This text has white color on #8B79E6 background.