COLOR #827DD1

HEX: #827DD1
RGB: (130,125,209)

Renk bilgisi

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

RGB renk modeli

#827DD1 color RGB value is (130,125,209).

  • kırmız ton 130;
  • yeşil ton 125;
  • mavi ton 209.
RGB:
(130,125,209)
(51%,49%,82%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 125 of 255 = 49%
B 209 of 255 = 82%

130
125
209

R + G + B ~ 61%. #827DD1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 125 + 209 = 464 (100%)
R 130 of 464 ~ 28.02%
G 125 of 464 ~ 26.94%
B 209 of 464 ~ 45.04%

%28.02
%26.94
%45.04

CMYK RENK MODELİ

#827DD1 rengi CMYK tonu (38,40,0,18).

  • camgöbeği tonu 37.80%
  • eflatun tonu 40.19%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(38,40,0,18)
C38M40Y0K18 
(38%,40%,0%,18%)
(0.38/0.40/0.00/0.18)	

CMYK yüzdeleri

%37.8
%40.19
%0
%18.04

Codes

Color #827DD1 in popluar color models

827DD1
RGB130125209
HSL244°47.73%65.49%
HSB/HSV244°40.19%81.96%
CMYK37.80%40.19%0.00%
18.04%

Color #827DD1 in popluar number systems.

HEX827DD1
Decimal130125209
Binary10000010111110111010001
Octal202175321

Shades and tints

Shades of #827DD1

#827DD1
(130,125,209)
#7772BE
(119,114,190)
#6C67AB
(108,103,171)
#615C98
(97,92,152)
#565185
(86,81,133)
#4B4672
(75,70,114)
#403B5F
(64,59,95)
#35304C
(53,48,76)
#2A2539
(42,37,57)
#1F1A26
(31,26,38)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #827DD1

#827DD1
(130,125,209)
#8D88D5
(141,136,213)
#9893D9
(152,147,217)
#A39EDD
(163,158,221)
#AEA9E1
(174,169,225)
#B9B4E5
(185,180,229)
#C4BFE9
(196,191,233)
#CFCAED
(207,202,237)
#DAD5F1
(218,213,241)
#E5E0F5
(229,224,245)
#F0EBF9
(240,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827DD1 color. Also use rgb(130,125,209) instead hex code.

Text Font Color

.myTextColor { color: #827DD1; }

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

This text font color is #827DD1.


Background Color

.myBgColor { background-color: #827DD1; }

<div style="background-color:#827DD1">Inner text</div>

This div background color is #827DD1.


Border color

.myBorderColor { border: 1px solid #827DD1; }

<div style="border:3px solid #827DD1">Div</div>

This div border color is #827DD1.


Opacity

.myOpacity80 { color: #827DD1; opacity: 0.8; }

<p style="color:#827DD1;opacity:0.8;">80%</p>

Text with #827DD1 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 #827DD1;}

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

This text has shadow with #827DD1 color.

.textShadow {text-shadow: 3px 3px 1px #827DD1, 3px 3px 1px red;}

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

This text has shadow with #827DD1 primary color and red secondary color.


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

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

This text has shadow with #827DD1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827DD1 on black background.


Color preview on white background

This text has color #827DD1 on white background.



Black color preview on #827DD1 background

This text has black color on #827DD1 background.


White color preview on #827DD1 background

This text has white color on #827DD1 background.