COLOR #7B70C8

HEX: #7B70C8
RGB: (123,112,200)

Color info

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

RGB color model

#7B70C8 color RGB value is (123,112,200).

  • red value is 123;
  • green value is 112;
  • blue value is 200.
RGB:
(123,112,200)
(48%,44%,78%)

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 200 of 255 = 78%

123
112
200

R + G + B ~ 57%. #7B70C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 112 + 200 = 435 (100%)
R 123 of 435 ~ 28.28%
G 112 of 435 ~ 25.75%
B 200 of 435 ~ 45.98%

%28.28
%25.75
%45.98

CMYK color model

#7B70C8 color CMYK value is (39,44,0,22).

  • cyan value is 38.50%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(39,44,0,22)
C39M44Y0K22 
(39%,44%,0%,22%)
(0.39/0.44/0.00/0.22)	

CMYK percentages

%38.5
%44
%0
%21.57

Codes

Color #7B70C8 in popluar color models

7B70C8
RGB123112200
HSL248°44.44%61.18%
HSB/HSV248°44.00%78.43%
CMYK38.50%44.00%0.00%
21.57%

Color #7B70C8 in popluar number systems.

HEX7B70C8
Decimal123112200
Binary1111011111000011001000
Octal173160310

Shades and tints

Shades of #7B70C8

#7B70C8
(123,112,200)
#7066B6
(112,102,182)
#655CA4
(101,92,164)
#5A5292
(90,82,146)
#4F4880
(79,72,128)
#443E6E
(68,62,110)
#39345C
(57,52,92)
#2E2A4A
(46,42,74)
#232038
(35,32,56)
#181626
(24,22,38)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #7B70C8

#7B70C8
(123,112,200)
#877DCD
(135,125,205)
#938AD2
(147,138,210)
#9F97D7
(159,151,215)
#ABA4DC
(171,164,220)
#B7B1E1
(183,177,225)
#C3BEE6
(195,190,230)
#CFCBEB
(207,203,235)
#DBD8F0
(219,216,240)
#E7E5F5
(231,229,245)
#F3F2FA
(243,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B70C8; }

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

This text font color is #7B70C8.


Background Color

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

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

This div background color is #7B70C8.


Border color

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

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

This div border color is #7B70C8.


Opacity

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

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

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

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

This text has shadow with #7B70C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B70C8 on black background.


Color preview on white background

This text has color #7B70C8 on white background.



Black color preview on #7B70C8 background

This text has black color on #7B70C8 background.


White color preview on #7B70C8 background

This text has white color on #7B70C8 background.