COLOR #7B7BDC

HEX: #7B7BDC
RGB: (123,123,220)

Color info

#7B7BDC contains mainly blue color. Web safe color of #7B7BDC is #6666CC (or #66C).

RGB color model

#7B7BDC color RGB value is (123,123,220).

  • red value is 123;
  • green value is 123;
  • blue value is 220.
RGB:
(123,123,220)
(48%,48%,86%)

RGB channels and saturation

R 123 of 255 = 48%
G 123 of 255 = 48%
B 220 of 255 = 86%

123
123
220

R + G + B ~ 61%. #7B7BDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 123 + 220 = 466 (100%)
R 123 of 466 ~ 26.39%
G 123 of 466 ~ 26.39%
B 220 of 466 ~ 47.21%

%26.39
%26.39
%47.21

CMYK color model

#7B7BDC color CMYK value is (44,44,0,14).

  • cyan value is 44.09%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(44,44,0,14)
C44M44Y0K14 
(44%,44%,0%,14%)
(0.44/0.44/0.00/0.14)	

CMYK percentages

%44.09
%44.09
%0
%13.73

Codes

Color #7B7BDC in popluar color models

7B7BDC
RGB123123220
HSL240°58.08%67.25%
HSB/HSV240°44.09%86.27%
CMYK44.09%44.09%0.00%
13.73%

Color #7B7BDC in popluar number systems.

HEX7B7BDC
Decimal123123220
Binary1111011111101111011100
Octal173173334

Shades and tints

Shades of #7B7BDC

#7B7BDC
(123,123,220)
#7070C8
(112,112,200)
#6565B4
(101,101,180)
#5A5AA0
(90,90,160)
#4F4F8C
(79,79,140)
#444478
(68,68,120)
#393964
(57,57,100)
#2E2E50
(46,46,80)
#23233C
(35,35,60)
#181828
(24,24,40)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #7B7BDC

#7B7BDC
(123,123,220)
#8787DF
(135,135,223)
#9393E2
(147,147,226)
#9F9FE5
(159,159,229)
#ABABE8
(171,171,232)
#B7B7EB
(183,183,235)
#C3C3EE
(195,195,238)
#CFCFF1
(207,207,241)
#DBDBF4
(219,219,244)
#E7E7F7
(231,231,247)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7BDC color. Also use rgb(123,123,220) instead hex code.

Text Font Color

.myTextColor { color: #7B7BDC; }

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

This text font color is #7B7BDC.


Background Color

.myBgColor { background-color: #7B7BDC; }

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

This div background color is #7B7BDC.


Border color

.myBorderColor { border: 1px solid #7B7BDC; }

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

This div border color is #7B7BDC.


Opacity

.myOpacity80 { color: #7B7BDC; opacity: 0.8; }

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

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

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

This text has shadow with #7B7BDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7BDC on black background.


Color preview on white background

This text has color #7B7BDC on white background.



Black color preview on #7B7BDC background

This text has black color on #7B7BDC background.


White color preview on #7B7BDC background

This text has white color on #7B7BDC background.