COLOR #827498

HEX: #827498
RGB: (130,116,152)

Renk bilgisi

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

RGB renk modeli

#827498 color RGB value is (130,116,152).

  • kırmız ton 130;
  • yeşil ton 116;
  • mavi ton 152.
RGB:
(130,116,152)
(51%,45%,60%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 116 of 255 = 45%
B 152 of 255 = 60%

130
116
152

R + G + B ~ 52%. #827498 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 116 + 152 = 398 (100%)
R 130 of 398 ~ 32.66%
G 116 of 398 ~ 29.15%
B 152 of 398 ~ 38.19%

%32.66
%29.15
%38.19

CMYK RENK MODELİ

#827498 rengi CMYK tonu (14,24,0,40).

  • camgöbeği tonu 14.47%
  • eflatun tonu 23.68%
  • sarı tonu 0.00%
  • ana renk tonu 40.39%
CMYK:
(14,24,0,40)
C14M24Y0K40 
(14%,24%,0%,40%)
(0.14/0.24/0.00/0.40)	

CMYK yüzdeleri

%14.47
%23.68
%0
%40.39

Codes

Color #827498 in popluar color models

827498
RGB130116152
HSL263°14.88%52.55%
HSB/HSV263°23.68%59.61%
CMYK14.47%23.68%0.00%
40.39%

Color #827498 in popluar number systems.

HEX827498
Decimal130116152
Binary10000010111010010011000
Octal202164230

Shades and tints

Shades of #827498

#827498
(130,116,152)
#776A8B
(119,106,139)
#6C607E
(108,96,126)
#615671
(97,86,113)
#564C64
(86,76,100)
#4B4257
(75,66,87)
#40384A
(64,56,74)
#352E3D
(53,46,61)
#2A2430
(42,36,48)
#1F1A23
(31,26,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #827498

#827498
(130,116,152)
#8D80A1
(141,128,161)
#988CAA
(152,140,170)
#A398B3
(163,152,179)
#AEA4BC
(174,164,188)
#B9B0C5
(185,176,197)
#C4BCCE
(196,188,206)
#CFC8D7
(207,200,215)
#DAD4E0
(218,212,224)
#E5E0E9
(229,224,233)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #827498 color. Also use rgb(130,116,152) instead hex code.

Text Font Color

.myTextColor { color: #827498; }

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

This text font color is #827498.


Background Color

.myBgColor { background-color: #827498; }

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

This div background color is #827498.


Border color

.myBorderColor { border: 1px solid #827498; }

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

This div border color is #827498.


Opacity

.myOpacity80 { color: #827498; opacity: 0.8; }

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

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

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

This text has shadow with #827498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #827498 on black background.


Color preview on white background

This text has color #827498 on white background.



Black color preview on #827498 background

This text has black color on #827498 background.


White color preview on #827498 background

This text has white color on #827498 background.