COLOR #837DC4

HEX: #837DC4
RGB: (131,125,196)

Renk bilgisi

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

RGB renk modeli

#837DC4 color RGB value is (131,125,196).

  • kırmız ton 131;
  • yeşil ton 125;
  • mavi ton 196.
RGB:
(131,125,196)
(51%,49%,77%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 125 of 255 = 49%
B 196 of 255 = 77%

131
125
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 125 + 196 = 452 (100%)
R 131 of 452 ~ 28.98%
G 125 of 452 ~ 27.65%
B 196 of 452 ~ 43.36%

%28.98
%27.65
%43.36

CMYK RENK MODELİ

#837DC4 rengi CMYK tonu (33,36,0,23).

  • camgöbeği tonu 33.16%
  • eflatun tonu 36.22%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(33,36,0,23)
C33M36Y0K23 
(33%,36%,0%,23%)
(0.33/0.36/0.00/0.23)	

CMYK yüzdeleri

%33.16
%36.22
%0
%23.14

Codes

Color #837DC4 in popluar color models

837DC4
RGB131125196
HSL245°37.57%62.94%
HSB/HSV245°36.22%76.86%
CMYK33.16%36.22%0.00%
23.14%

Color #837DC4 in popluar number systems.

HEX837DC4
Decimal131125196
Binary10000011111110111000100
Octal203175304

Shades and tints

Shades of #837DC4

#837DC4
(131,125,196)
#7872B3
(120,114,179)
#6D67A2
(109,103,162)
#625C91
(98,92,145)
#575180
(87,81,128)
#4C466F
(76,70,111)
#413B5E
(65,59,94)
#36304D
(54,48,77)
#2B253C
(43,37,60)
#201A2B
(32,26,43)
#150F1A
(21,15,26)
#000000
(0,0,0)

Tints of #837DC4

#837DC4
(131,125,196)
#8E88C9
(142,136,201)
#9993CE
(153,147,206)
#A49ED3
(164,158,211)
#AFA9D8
(175,169,216)
#BAB4DD
(186,180,221)
#C5BFE2
(197,191,226)
#D0CAE7
(208,202,231)
#DBD5EC
(219,213,236)
#E6E0F1
(230,224,241)
#F1EBF6
(241,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837DC4 color. Also use rgb(131,125,196) instead hex code.

Text Font Color

.myTextColor { color: #837DC4; }

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

This text font color is #837DC4.


Background Color

.myBgColor { background-color: #837DC4; }

<div style="background-color:#837DC4">Inner text</div>

This div background color is #837DC4.


Border color

.myBorderColor { border: 1px solid #837DC4; }

<div style="border:3px solid #837DC4">Div</div>

This div border color is #837DC4.


Opacity

.myOpacity80 { color: #837DC4; opacity: 0.8; }

<p style="color:#837DC4;opacity:0.8;">80%</p>

Text with #837DC4 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 #837DC4;}

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

This text has shadow with #837DC4 color.

.textShadow {text-shadow: 3px 3px 1px #837DC4, 3px 3px 1px red;}

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

This text has shadow with #837DC4 primary color and red secondary color.


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

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

This text has shadow with #837DC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837DC4 on black background.


Color preview on white background

This text has color #837DC4 on white background.



Black color preview on #837DC4 background

This text has black color on #837DC4 background.


White color preview on #837DC4 background

This text has white color on #837DC4 background.