COLOR #8389BD

HEX: #8389BD
RGB: (131,137,189)

Renk bilgisi

#8389BD contains red, green and blue colors in about the same proportion. #8389BD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#8389BD color RGB value is (131,137,189).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 137 of 255 = 54%
B 189 of 255 = 74%

131
137
189

R + G + B ~ 60%. #8389BD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 137 + 189 = 457 (100%)
R 131 of 457 ~ 28.67%
G 137 of 457 ~ 29.98%
B 189 of 457 ~ 41.36%

%28.67
%29.98
%41.36

CMYK RENK MODELİ

#8389BD rengi CMYK tonu (31,28,0,26).

  • camgöbeği tonu 30.69%
  • eflatun tonu 27.51%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(31,28,0,26)
C31M28Y0K26 
(31%,28%,0%,26%)
(0.31/0.28/0.00/0.26)	

CMYK yüzdeleri

%30.69
%27.51
%0
%25.88

Codes

Color #8389BD in popluar color models

8389BD
RGB131137189
HSL234°30.53%62.75%
HSB/HSV234°30.69%74.12%
CMYK30.69%27.51%0.00%
25.88%

Color #8389BD in popluar number systems.

HEX8389BD
Decimal131137189
Binary100000111000100110111101
Octal203211275

Shades and tints

Shades of #8389BD

#8389BD
(131,137,189)
#787DAC
(120,125,172)
#6D719B
(109,113,155)
#62658A
(98,101,138)
#575979
(87,89,121)
#4C4D68
(76,77,104)
#414157
(65,65,87)
#363546
(54,53,70)
#2B2935
(43,41,53)
#201D24
(32,29,36)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #8389BD

#8389BD
(131,137,189)
#8E93C3
(142,147,195)
#999DC9
(153,157,201)
#A4A7CF
(164,167,207)
#AFB1D5
(175,177,213)
#BABBDB
(186,187,219)
#C5C5E1
(197,197,225)
#D0CFE7
(208,207,231)
#DBD9ED
(219,217,237)
#E6E3F3
(230,227,243)
#F1EDF9
(241,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8389BD; }

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

This text font color is #8389BD.


Background Color

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

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

This div background color is #8389BD.


Border color

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

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

This div border color is #8389BD.


Opacity

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

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

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

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

This text has shadow with #8389BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8389BD on black background.


Color preview on white background

This text has color #8389BD on white background.



Black color preview on #8389BD background

This text has black color on #8389BD background.


White color preview on #8389BD background

This text has white color on #8389BD background.