COLOR #976DF0

HEX: #976DF0
RGB: (151,109,240)

Renk bilgisi

#976DF0 contains mainly blue color. #976DF0 ‘ nin web güvenlik rengi #9966FF (ya da #96F) dir.

RGB renk modeli

#976DF0 color RGB value is (151,109,240).

  • kırmız ton 151;
  • yeşil ton 109;
  • mavi ton 240.
RGB:
(151,109,240)
(59%,43%,94%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 109 of 255 = 43%
B 240 of 255 = 94%

151
109
240

R + G + B ~ 65%. #976DF0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 109 + 240 = 500 (100%)
R 151 of 500 ~ 30.2%
G 109 of 500 ~ 21.8%
B 240 of 500 ~ 48%

%30.2
%21.8
%48

CMYK RENK MODELİ

#976DF0 rengi CMYK tonu (37,55,0,6).

  • camgöbeği tonu 37.08%
  • eflatun tonu 54.58%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(37,55,0,6)
C37M55Y0K6 
(37%,55%,0%,6%)
(0.37/0.55/0.00/0.06)	

CMYK yüzdeleri

%37.08
%54.58
%0
%5.88

Codes

Color #976DF0 in popluar color models

976DF0
RGB151109240
HSL259°81.37%68.43%
HSB/HSV259°54.58%94.12%
CMYK37.08%54.58%0.00%
5.88%

Color #976DF0 in popluar number systems.

HEX976DF0
Decimal151109240
Binary10010111110110111110000
Octal227155360

Shades and tints

Shades of #976DF0

#976DF0
(151,109,240)
#8A64DB
(138,100,219)
#7D5BC6
(125,91,198)
#7052B1
(112,82,177)
#63499C
(99,73,156)
#564087
(86,64,135)
#493772
(73,55,114)
#3C2E5D
(60,46,93)
#2F2548
(47,37,72)
#221C33
(34,28,51)
#15131E
(21,19,30)
#000000
(0,0,0)

Tints of #976DF0

#976DF0
(151,109,240)
#A07AF1
(160,122,241)
#A987F2
(169,135,242)
#B294F3
(178,148,243)
#BBA1F4
(187,161,244)
#C4AEF5
(196,174,245)
#CDBBF6
(205,187,246)
#D6C8F7
(214,200,247)
#DFD5F8
(223,213,248)
#E8E2F9
(232,226,249)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976DF0 color. Also use rgb(151,109,240) instead hex code.

Text Font Color

.myTextColor { color: #976DF0; }

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

This text font color is #976DF0.


Background Color

.myBgColor { background-color: #976DF0; }

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

This div background color is #976DF0.


Border color

.myBorderColor { border: 1px solid #976DF0; }

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

This div border color is #976DF0.


Opacity

.myOpacity80 { color: #976DF0; opacity: 0.8; }

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

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

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

This text has shadow with #976DF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976DF0 on black background.


Color preview on white background

This text has color #976DF0 on white background.



Black color preview on #976DF0 background

This text has black color on #976DF0 background.


White color preview on #976DF0 background

This text has white color on #976DF0 background.