COLOR #8476B9

HEX: #8476B9
RGB: (132,118,185)

Renk bilgisi

#8476B9 contains mainly red and blue colors. #8476B9 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#8476B9 color RGB value is (132,118,185).

  • kırmız ton 132;
  • yeşil ton 118;
  • mavi ton 185.
RGB:
(132,118,185)
(52%,46%,73%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 118 of 255 = 46%
B 185 of 255 = 73%

132
118
185

R + G + B ~ 57%. #8476B9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 118 + 185 = 435 (100%)
R 132 of 435 ~ 30.34%
G 118 of 435 ~ 27.13%
B 185 of 435 ~ 42.53%

%30.34
%27.13
%42.53

CMYK RENK MODELİ

#8476B9 rengi CMYK tonu (29,36,0,27).

  • camgöbeği tonu 28.65%
  • eflatun tonu 36.22%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(29,36,0,27)
C29M36Y0K27 
(29%,36%,0%,27%)
(0.29/0.36/0.00/0.27)	

CMYK yüzdeleri

%28.65
%36.22
%0
%27.45

Codes

Color #8476B9 in popluar color models

8476B9
RGB132118185
HSL253°32.37%59.41%
HSB/HSV253°36.22%72.55%
CMYK28.65%36.22%0.00%
27.45%

Color #8476B9 in popluar number systems.

HEX8476B9
Decimal132118185
Binary10000100111011010111001
Octal204166271

Shades and tints

Shades of #8476B9

#8476B9
(132,118,185)
#786CA9
(120,108,169)
#6C6299
(108,98,153)
#605889
(96,88,137)
#544E79
(84,78,121)
#484469
(72,68,105)
#3C3A59
(60,58,89)
#303049
(48,48,73)
#242639
(36,38,57)
#181C29
(24,28,41)
#0C1219
(12,18,25)
#000000
(0,0,0)

Tints of #8476B9

#8476B9
(132,118,185)
#8F82BF
(143,130,191)
#9A8EC5
(154,142,197)
#A59ACB
(165,154,203)
#B0A6D1
(176,166,209)
#BBB2D7
(187,178,215)
#C6BEDD
(198,190,221)
#D1CAE3
(209,202,227)
#DCD6E9
(220,214,233)
#E7E2EF
(231,226,239)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8476B9 color. Also use rgb(132,118,185) instead hex code.

Text Font Color

.myTextColor { color: #8476B9; }

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

This text font color is #8476B9.


Background Color

.myBgColor { background-color: #8476B9; }

<div style="background-color:#8476B9">Inner text</div>

This div background color is #8476B9.


Border color

.myBorderColor { border: 1px solid #8476B9; }

<div style="border:3px solid #8476B9">Div</div>

This div border color is #8476B9.


Opacity

.myOpacity80 { color: #8476B9; opacity: 0.8; }

<p style="color:#8476B9;opacity:0.8;">80%</p>

Text with #8476B9 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 #8476B9;}

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

This text has shadow with #8476B9 color.

.textShadow {text-shadow: 3px 3px 1px #8476B9, 3px 3px 1px red;}

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

This text has shadow with #8476B9 primary color and red secondary color.


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

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

This text has shadow with #8476B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8476B9 on black background.


Color preview on white background

This text has color #8476B9 on white background.



Black color preview on #8476B9 background

This text has black color on #8476B9 background.


White color preview on #8476B9 background

This text has white color on #8476B9 background.