COLOR #837ED0

HEX: #837ED0
RGB: (131,126,208)

Renk bilgisi

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

RGB renk modeli

#837ED0 color RGB value is (131,126,208).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 126 of 255 = 49%
B 208 of 255 = 82%

131
126
208

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 126 + 208 = 465 (100%)
R 131 of 465 ~ 28.17%
G 126 of 465 ~ 27.1%
B 208 of 465 ~ 44.73%

%28.17
%27.1
%44.73

CMYK RENK MODELİ

#837ED0 rengi CMYK tonu (37,39,0,18).

  • camgöbeği tonu 37.02%
  • eflatun tonu 39.42%
  • sarı tonu 0.00%
  • ana renk tonu 18.43%
CMYK:
(37,39,0,18)
C37M39Y0K18 
(37%,39%,0%,18%)
(0.37/0.39/0.00/0.18)	

CMYK yüzdeleri

%37.02
%39.42
%0
%18.43

Codes

Color #837ED0 in popluar color models

837ED0
RGB131126208
HSL244°46.59%65.49%
HSB/HSV244°39.42%81.57%
CMYK37.02%39.42%0.00%
18.43%

Color #837ED0 in popluar number systems.

HEX837ED0
Decimal131126208
Binary10000011111111011010000
Octal203176320

Shades and tints

Shades of #837ED0

#837ED0
(131,126,208)
#7873BE
(120,115,190)
#6D68AC
(109,104,172)
#625D9A
(98,93,154)
#575288
(87,82,136)
#4C4776
(76,71,118)
#413C64
(65,60,100)
#363152
(54,49,82)
#2B2640
(43,38,64)
#201B2E
(32,27,46)
#15101C
(21,16,28)
#000000
(0,0,0)

Tints of #837ED0

#837ED0
(131,126,208)
#8E89D4
(142,137,212)
#9994D8
(153,148,216)
#A49FDC
(164,159,220)
#AFAAE0
(175,170,224)
#BAB5E4
(186,181,228)
#C5C0E8
(197,192,232)
#D0CBEC
(208,203,236)
#DBD6F0
(219,214,240)
#E6E1F4
(230,225,244)
#F1ECF8
(241,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #837ED0; }

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

This text font color is #837ED0.


Background Color

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

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

This div background color is #837ED0.


Border color

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

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

This div border color is #837ED0.


Opacity

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

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

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

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

This text has shadow with #837ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #837ED0 on black background.


Color preview on white background

This text has color #837ED0 on white background.



Black color preview on #837ED0 background

This text has black color on #837ED0 background.


White color preview on #837ED0 background

This text has white color on #837ED0 background.