COLOR #837ED4

HEX: #837ED4
RGB: (131,126,212)

Renk bilgisi

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

RGB renk modeli

#837ED4 color RGB value is (131,126,212).

  • kırmız ton 131;
  • yeşil ton 126;
  • mavi ton 212.
RGB:
(131,126,212)
(51%,49%,83%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 212 of 255 = 83%

131
126
212

R + G + B ~ 61%. #837ED4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 212 = 469 (100%)
R 131 of 469 ~ 27.93%
G 126 of 469 ~ 26.87%
B 212 of 469 ~ 45.2%

%27.93
%26.87
%45.2

CMYK RENK MODELİ

#837ED4 rengi CMYK tonu (38,41,0,17).

  • camgöbeği tonu 38.21%
  • eflatun tonu 40.57%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(38,41,0,17)
C38M41Y0K17 
(38%,41%,0%,17%)
(0.38/0.41/0.00/0.17)	

CMYK yüzdeleri

%38.21
%40.57
%0
%16.86

Codes

Color #837ED4 in popluar color models

837ED4
RGB131126212
HSL243°50.00%66.27%
HSB/HSV243°40.57%83.14%
CMYK38.21%40.57%0.00%
16.86%

Color #837ED4 in popluar number systems.

HEX837ED4
Decimal131126212
Binary10000011111111011010100
Octal203176324

Shades and tints

Shades of #837ED4

#837ED4
(131,126,212)
#7873C1
(120,115,193)
#6D68AE
(109,104,174)
#625D9B
(98,93,155)
#575288
(87,82,136)
#4C4775
(76,71,117)
#413C62
(65,60,98)
#36314F
(54,49,79)
#2B263C
(43,38,60)
#201B29
(32,27,41)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #837ED4

#837ED4
(131,126,212)
#8E89D7
(142,137,215)
#9994DA
(153,148,218)
#A49FDD
(164,159,221)
#AFAAE0
(175,170,224)
#BAB5E3
(186,181,227)
#C5C0E6
(197,192,230)
#D0CBE9
(208,203,233)
#DBD6EC
(219,214,236)
#E6E1EF
(230,225,239)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #837ED4 color. Also use rgb(131,126,212) instead hex code.

Text Font Color

.myTextColor { color: #837ED4; }

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

This text font color is #837ED4.


Background Color

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

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

This div background color is #837ED4.


Border color

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

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

This div border color is #837ED4.


Opacity

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

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

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

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

This text has shadow with #837ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837ED4 on black background.


Color preview on white background

This text has color #837ED4 on white background.



Black color preview on #837ED4 background

This text has black color on #837ED4 background.


White color preview on #837ED4 background

This text has white color on #837ED4 background.