COLOR #826495

HEX: #826495
RGB: (130,100,149)

Renk bilgisi

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

RGB renk modeli

#826495 color RGB value is (130,100,149).

  • kırmız ton 130;
  • yeşil ton 100;
  • mavi ton 149.
RGB:
(130,100,149)
(51%,39%,58%)

RGB bağlantıları ve doygunluk

R 130 of 255 = 51%
G 100 of 255 = 39%
B 149 of 255 = 58%

130
100
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
130 + 100 + 149 = 379 (100%)
R 130 of 379 ~ 34.3%
G 100 of 379 ~ 26.39%
B 149 of 379 ~ 39.31%

%34.3
%26.39
%39.31

CMYK RENK MODELİ

#826495 rengi CMYK tonu (13,33,0,42).

  • camgöbeği tonu 12.75%
  • eflatun tonu 32.89%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(13,33,0,42)
C13M33Y0K42 
(13%,33%,0%,42%)
(0.13/0.33/0.00/0.42)	

CMYK yüzdeleri

%12.75
%32.89
%0
%41.57

Codes

Color #826495 in popluar color models

826495
RGB130100149
HSL277°19.68%48.82%
HSB/HSV277°32.89%58.43%
CMYK12.75%32.89%0.00%
41.57%

Color #826495 in popluar number systems.

HEX826495
Decimal130100149
Binary10000010110010010010101
Octal202144225

Shades and tints

Shades of #826495

#826495
(130,100,149)
#775B88
(119,91,136)
#6C527B
(108,82,123)
#61496E
(97,73,110)
#564061
(86,64,97)
#4B3754
(75,55,84)
#402E47
(64,46,71)
#35253A
(53,37,58)
#2A1C2D
(42,28,45)
#1F1320
(31,19,32)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #826495

#826495
(130,100,149)
#8D729E
(141,114,158)
#9880A7
(152,128,167)
#A38EB0
(163,142,176)
#AE9CB9
(174,156,185)
#B9AAC2
(185,170,194)
#C4B8CB
(196,184,203)
#CFC6D4
(207,198,212)
#DAD4DD
(218,212,221)
#E5E2E6
(229,226,230)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #826495 color. Also use rgb(130,100,149) instead hex code.

Text Font Color

.myTextColor { color: #826495; }

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

This text font color is #826495.


Background Color

.myBgColor { background-color: #826495; }

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

This div background color is #826495.


Border color

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

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

This div border color is #826495.


Opacity

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

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

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

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

This text has shadow with #826495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #826495 on black background.


Color preview on white background

This text has color #826495 on white background.



Black color preview on #826495 background

This text has black color on #826495 background.


White color preview on #826495 background

This text has white color on #826495 background.