COLOR #7B62BE

HEX: #7B62BE
RGB: (123,98,190)

Color info

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

RGB color model

#7B62BE color RGB value is (123,98,190).

  • red value is 123;
  • green value is 98;
  • blue value is 190.
RGB:
(123,98,190)
(48%,38%,75%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 190 of 255 = 75%

123
98
190

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

Portions of RGB colors in percentages

R + G + B =
123 + 98 + 190 = 411 (100%)
R 123 of 411 ~ 29.93%
G 98 of 411 ~ 23.84%
B 190 of 411 ~ 46.23%

%29.93
%23.84
%46.23

CMYK color model

#7B62BE color CMYK value is (35,48,0,25).

  • cyan value is 35.26%
  • magenta value is 48.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(35,48,0,25)
C35M48Y0K25 
(35%,48%,0%,25%)
(0.35/0.48/0.00/0.25)	

CMYK percentages

%35.26
%48.42
%0
%25.49

Codes

Color #7B62BE in popluar color models

7B62BE
RGB12398190
HSL256°41.44%56.47%
HSB/HSV256°48.42%74.51%
CMYK35.26%48.42%0.00%
25.49%

Color #7B62BE in popluar number systems.

HEX7B62BE
Decimal12398190
Binary1111011110001010111110
Octal173142276

Shades and tints

Shades of #7B62BE

#7B62BE
(123,98,190)
#705AAD
(112,90,173)
#65529C
(101,82,156)
#5A4A8B
(90,74,139)
#4F427A
(79,66,122)
#443A69
(68,58,105)
#393258
(57,50,88)
#2E2A47
(46,42,71)
#232236
(35,34,54)
#181A25
(24,26,37)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7B62BE

#7B62BE
(123,98,190)
#8770C3
(135,112,195)
#937EC8
(147,126,200)
#9F8CCD
(159,140,205)
#AB9AD2
(171,154,210)
#B7A8D7
(183,168,215)
#C3B6DC
(195,182,220)
#CFC4E1
(207,196,225)
#DBD2E6
(219,210,230)
#E7E0EB
(231,224,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B62BE; }

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

This text font color is #7B62BE.


Background Color

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

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

This div background color is #7B62BE.


Border color

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

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

This div border color is #7B62BE.


Opacity

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

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

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

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

This text has shadow with #7B62BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B62BE on black background.


Color preview on white background

This text has color #7B62BE on white background.



Black color preview on #7B62BE background

This text has black color on #7B62BE background.


White color preview on #7B62BE background

This text has white color on #7B62BE background.