COLOR #780ABD

HEX: #780ABD
RGB: (120,10,189)

Color info

#780ABD contains mainly blue color. Web safe color of #780ABD is #6600CC (or #60C).

RGB color model

#780ABD color RGB value is (120,10,189).

  • red value is 120;
  • green value is 10;
  • blue value is 189.
RGB:
(120,10,189)
(47%,4%,74%)

RGB channels and saturation

R 120 of 255 = 47%
G 10 of 255 = 4%
B 189 of 255 = 74%

120
10
189

R + G + B ~ 42%. #780ABD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 10 + 189 = 319 (100%)
R 120 of 319 ~ 37.62%
G 10 of 319 ~ 3.13%
B 189 of 319 ~ 59.25%

%37.62
%59.25

CMYK color model

#780ABD color CMYK value is (37,95,0,26).

  • cyan value is 36.51%
  • magenta value is 94.71%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(37,95,0,26)
C37M95Y0K26 
(37%,95%,0%,26%)
(0.37/0.95/0.00/0.26)	

CMYK percentages

%36.51
%94.71
%0
%25.88

Codes

Color #780ABD in popluar color models

780ABD
RGB12010189
HSL277°89.95%39.02%
HSB/HSV277°94.71%74.12%
CMYK36.51%94.71%0.00%
25.88%

Color #780ABD in popluar number systems.

HEX780ABD
Decimal12010189
Binary1111000101010111101
Octal17012275

Shades and tints

Shades of #780ABD

#780ABD
(120,10,189)
#6E0AAC
(110,10,172)
#640A9B
(100,10,155)
#5A0A8A
(90,10,138)
#500A79
(80,10,121)
#460A68
(70,10,104)
#3C0A57
(60,10,87)
#320A46
(50,10,70)
#280A35
(40,10,53)
#1E0A24
(30,10,36)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #780ABD

#780ABD
(120,10,189)
#8420C3
(132,32,195)
#9036C9
(144,54,201)
#9C4CCF
(156,76,207)
#A862D5
(168,98,213)
#B478DB
(180,120,219)
#C08EE1
(192,142,225)
#CCA4E7
(204,164,231)
#D8BAED
(216,186,237)
#E4D0F3
(228,208,243)
#F0E6F9
(240,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780ABD color. Also use rgb(120,10,189) instead hex code.

Text Font Color

.myTextColor { color: #780ABD; }

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

This text font color is #780ABD.


Background Color

.myBgColor { background-color: #780ABD; }

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

This div background color is #780ABD.


Border color

.myBorderColor { border: 1px solid #780ABD; }

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

This div border color is #780ABD.


Opacity

.myOpacity80 { color: #780ABD; opacity: 0.8; }

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

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

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

This text has shadow with #780ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780ABD on black background.


Color preview on white background

This text has color #780ABD on white background.



Black color preview on #780ABD background

This text has black color on #780ABD background.


White color preview on #780ABD background

This text has white color on #780ABD background.