COLOR #8389DB

HEX: #8389DB
RGB: (131,137,219)

Renk bilgisi

#8389DB contains mainly blue color. #8389DB ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#8389DB color RGB value is (131,137,219).

  • kırmız ton 131;
  • yeşil ton 137;
  • mavi ton 219.
RGB:
(131,137,219)
(51%,54%,86%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 137 of 255 = 54%
B 219 of 255 = 86%

131
137
219

R + G + B ~ 64%. #8389DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 137 + 219 = 487 (100%)
R 131 of 487 ~ 26.9%
G 137 of 487 ~ 28.13%
B 219 of 487 ~ 44.97%

%26.9
%28.13
%44.97

CMYK RENK MODELİ

#8389DB rengi CMYK tonu (40,37,0,14).

  • camgöbeği tonu 40.18%
  • eflatun tonu 37.44%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(40,37,0,14)
C40M37Y0K14 
(40%,37%,0%,14%)
(0.40/0.37/0.00/0.14)	

CMYK yüzdeleri

%40.18
%37.44
%0
%14.12

Codes

Color #8389DB in popluar color models

8389DB
RGB131137219
HSL236°55.00%68.63%
HSB/HSV236°40.18%85.88%
CMYK40.18%37.44%0.00%
14.12%

Color #8389DB in popluar number systems.

HEX8389DB
Decimal131137219
Binary100000111000100111011011
Octal203211333

Shades and tints

Shades of #8389DB

#8389DB
(131,137,219)
#787DC8
(120,125,200)
#6D71B5
(109,113,181)
#6265A2
(98,101,162)
#57598F
(87,89,143)
#4C4D7C
(76,77,124)
#414169
(65,65,105)
#363556
(54,53,86)
#2B2943
(43,41,67)
#201D30
(32,29,48)
#15111D
(21,17,29)
#000000
(0,0,0)

Tints of #8389DB

#8389DB
(131,137,219)
#8E93DE
(142,147,222)
#999DE1
(153,157,225)
#A4A7E4
(164,167,228)
#AFB1E7
(175,177,231)
#BABBEA
(186,187,234)
#C5C5ED
(197,197,237)
#D0CFF0
(208,207,240)
#DBD9F3
(219,217,243)
#E6E3F6
(230,227,246)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8389DB color. Also use rgb(131,137,219) instead hex code.

Text Font Color

.myTextColor { color: #8389DB; }

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

This text font color is #8389DB.


Background Color

.myBgColor { background-color: #8389DB; }

<div style="background-color:#8389DB">Inner text</div>

This div background color is #8389DB.


Border color

.myBorderColor { border: 1px solid #8389DB; }

<div style="border:3px solid #8389DB">Div</div>

This div border color is #8389DB.


Opacity

.myOpacity80 { color: #8389DB; opacity: 0.8; }

<p style="color:#8389DB;opacity:0.8;">80%</p>

Text with #8389DB 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 #8389DB;}

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

This text has shadow with #8389DB color.

.textShadow {text-shadow: 3px 3px 1px #8389DB, 3px 3px 1px red;}

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

This text has shadow with #8389DB primary color and red secondary color.


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

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

This text has shadow with #8389DB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8389DB on black background.


Color preview on white background

This text has color #8389DB on white background.



Black color preview on #8389DB background

This text has black color on #8389DB background.


White color preview on #8389DB background

This text has white color on #8389DB background.