COLOR #827FA4

HEX: #827FA4
RGB: (130,127,164)

Renk bilgisi

#827FA4 contains red, green and blue colors in about the same proportion. #827FA4 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#827FA4 color RGB value is (130,127,164).

  • kırmız ton 130;
  • yeşil ton 127;
  • mavi ton 164.
RGB:
(130,127,164)
(51%,50%,64%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 127 of 255 = 50%
B 164 of 255 = 64%

130
127
164

R + G + B ~ 55%. #827FA4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 127 + 164 = 421 (100%)
R 130 of 421 ~ 30.88%
G 127 of 421 ~ 30.17%
B 164 of 421 ~ 38.95%

%30.88
%30.17
%38.95

CMYK RENK MODELİ

#827FA4 rengi CMYK tonu (21,23,0,36).

  • camgöbeği tonu 20.73%
  • eflatun tonu 22.56%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(21,23,0,36)
C21M23Y0K36 
(21%,23%,0%,36%)
(0.21/0.23/0.00/0.36)	

CMYK yüzdeleri

%20.73
%22.56
%0
%35.69

Codes

Color #827FA4 in popluar color models

827FA4
RGB130127164
HSL245°16.89%57.06%
HSB/HSV245°22.56%64.31%
CMYK20.73%22.56%0.00%
35.69%

Color #827FA4 in popluar number systems.

HEX827FA4
Decimal130127164
Binary10000010111111110100100
Octal202177244

Shades and tints

Shades of #827FA4

#827FA4
(130,127,164)
#777496
(119,116,150)
#6C6988
(108,105,136)
#615E7A
(97,94,122)
#56536C
(86,83,108)
#4B485E
(75,72,94)
#403D50
(64,61,80)
#353242
(53,50,66)
#2A2734
(42,39,52)
#1F1C26
(31,28,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #827FA4

#827FA4
(130,127,164)
#8D8AAC
(141,138,172)
#9895B4
(152,149,180)
#A3A0BC
(163,160,188)
#AEABC4
(174,171,196)
#B9B6CC
(185,182,204)
#C4C1D4
(196,193,212)
#CFCCDC
(207,204,220)
#DAD7E4
(218,215,228)
#E5E2EC
(229,226,236)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827FA4 color. Also use rgb(130,127,164) instead hex code.

Text Font Color

.myTextColor { color: #827FA4; }

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

This text font color is #827FA4.


Background Color

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

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

This div background color is #827FA4.


Border color

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

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

This div border color is #827FA4.


Opacity

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

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

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

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

This text has shadow with #827FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827FA4 on black background.


Color preview on white background

This text has color #827FA4 on white background.



Black color preview on #827FA4 background

This text has black color on #827FA4 background.


White color preview on #827FA4 background

This text has white color on #827FA4 background.