COLOR #7B6CAE

HEX: #7B6CAE
RGB: (123,108,174)

Color info

#7B6CAE contains mainly red and blue colors. Web safe color of #7B6CAE is #666699 (or #669).

RGB color model

#7B6CAE color RGB value is (123,108,174).

  • red value is 123;
  • green value is 108;
  • blue value is 174.
RGB:
(123,108,174)
(48%,42%,68%)

RGB channels and saturation

R 123 of 255 = 48%
G 108 of 255 = 42%
B 174 of 255 = 68%

123
108
174

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

Portions of RGB colors in percentages

R + G + B =
123 + 108 + 174 = 405 (100%)
R 123 of 405 ~ 30.37%
G 108 of 405 ~ 26.67%
B 174 of 405 ~ 42.96%

%30.37
%26.67
%42.96

CMYK color model

#7B6CAE color CMYK value is (29,38,0,32).

  • cyan value is 29.31%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(29,38,0,32)
C29M38Y0K32 
(29%,38%,0%,32%)
(0.29/0.38/0.00/0.32)	

CMYK percentages

%29.31
%37.93
%0
%31.76

Codes

Color #7B6CAE in popluar color models

7B6CAE
RGB123108174
HSL254°28.95%55.29%
HSB/HSV254°37.93%68.24%
CMYK29.31%37.93%0.00%
31.76%

Color #7B6CAE in popluar number systems.

HEX7B6CAE
Decimal123108174
Binary1111011110110010101110
Octal173154256

Shades and tints

Shades of #7B6CAE

#7B6CAE
(123,108,174)
#70639F
(112,99,159)
#655A90
(101,90,144)
#5A5181
(90,81,129)
#4F4872
(79,72,114)
#443F63
(68,63,99)
#393654
(57,54,84)
#2E2D45
(46,45,69)
#232436
(35,36,54)
#181B27
(24,27,39)
#0D1218
(13,18,24)
#000000
(0,0,0)

Tints of #7B6CAE

#7B6CAE
(123,108,174)
#8779B5
(135,121,181)
#9386BC
(147,134,188)
#9F93C3
(159,147,195)
#ABA0CA
(171,160,202)
#B7ADD1
(183,173,209)
#C3BAD8
(195,186,216)
#CFC7DF
(207,199,223)
#DBD4E6
(219,212,230)
#E7E1ED
(231,225,237)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6CAE; }

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

This text font color is #7B6CAE.


Background Color

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

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

This div background color is #7B6CAE.


Border color

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

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

This div border color is #7B6CAE.


Opacity

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

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

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

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

This text has shadow with #7B6CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6CAE on black background.


Color preview on white background

This text has color #7B6CAE on white background.



Black color preview on #7B6CAE background

This text has black color on #7B6CAE background.


White color preview on #7B6CAE background

This text has white color on #7B6CAE background.