COLOR #8387BD

HEX: #8387BD
RGB: (131,135,189)

Renk bilgisi

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

RGB renk modeli

#8387BD color RGB value is (131,135,189).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 135 of 255 = 53%
B 189 of 255 = 74%

131
135
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 135 + 189 = 455 (100%)
R 131 of 455 ~ 28.79%
G 135 of 455 ~ 29.67%
B 189 of 455 ~ 41.54%

%28.79
%29.67
%41.54

CMYK RENK MODELİ

#8387BD rengi CMYK tonu (31,29,0,26).

  • camgöbeği tonu 30.69%
  • eflatun tonu 28.57%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(31,29,0,26)
C31M29Y0K26 
(31%,29%,0%,26%)
(0.31/0.29/0.00/0.26)	

CMYK yüzdeleri

%30.69
%28.57
%0
%25.88

Codes

Color #8387BD in popluar color models

8387BD
RGB131135189
HSL236°30.53%62.75%
HSB/HSV236°30.69%74.12%
CMYK30.69%28.57%0.00%
25.88%

Color #8387BD in popluar number systems.

HEX8387BD
Decimal131135189
Binary100000111000011110111101
Octal203207275

Shades and tints

Shades of #8387BD

#8387BD
(131,135,189)
#787BAC
(120,123,172)
#6D6F9B
(109,111,155)
#62638A
(98,99,138)
#575779
(87,87,121)
#4C4B68
(76,75,104)
#413F57
(65,63,87)
#363346
(54,51,70)
#2B2735
(43,39,53)
#201B24
(32,27,36)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #8387BD

#8387BD
(131,135,189)
#8E91C3
(142,145,195)
#999BC9
(153,155,201)
#A4A5CF
(164,165,207)
#AFAFD5
(175,175,213)
#BAB9DB
(186,185,219)
#C5C3E1
(197,195,225)
#D0CDE7
(208,205,231)
#DBD7ED
(219,215,237)
#E6E1F3
(230,225,243)
#F1EBF9
(241,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8387BD; }

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

This text font color is #8387BD.


Background Color

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

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

This div background color is #8387BD.


Border color

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

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

This div border color is #8387BD.


Opacity

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

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

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

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

This text has shadow with #8387BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8387BD on black background.


Color preview on white background

This text has color #8387BD on white background.



Black color preview on #8387BD background

This text has black color on #8387BD background.


White color preview on #8387BD background

This text has white color on #8387BD background.