COLOR #807BCC

HEX: #807BCC RGB: (128,123,204)

Color info

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

RGB color model

#807BCC color RGB value is (128,123,204).

RGB: (128,123,204) (50%, 48%, 80%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 204 of 255 = 80%

128
123
204

R + G + B ~ 59%. #807BCC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 123 + 204 = 455 (100%)
R 128 of 455 ~ 28.13%
G 123 of 455 ~ 27.03%
B 204 of 455 ~ 44.84'%

%28.13
%27.03
%44.84

CMYK color model

#807BCC color CMYK value is (37,40,0,20).

  • cyan value is 37.25%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (37,40,0,20) C37M40Y0K20 (37%,40%,0%,20%) (0.37/0.40/0.00/0.20) 

CMYK percentages

%37.25
%39.71
%0
%20

Codes

Color #807BCC in popluar color models

80 7B CC
RGB 128 123 204
HSL 244° 44.26% 64.12%
HSB/HSV 244° 39.71% 80.00%
CMYK 37.25% 39.71% 0.00%
20.00%

Color #807BCC in popluar number systems.

HEX 80 7B CC
Decimal 128 123 204
Binary 10000000 1111011 11001100
Octal 200 173 314

Shades and tints

Shades of #807BCC

#807BCC
(128,123,204)
#7570BA
(117,112,186)
#6A65A8
(106,101,168)
#5F5A96
(95,90,150)
#544F84
(84,79,132)
#494472
(73,68,114)
#3E3960
(62,57,96)
#332E4E
(51,46,78)
#28233C
(40,35,60)
#1D182A
(29,24,42)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #807BCC

#807BCC
(128,123,204)
#8B87D0
(139,135,208)
#9693D4
(150,147,212)
#A19FD8
(161,159,216)
#ACABDC
(172,171,220)
#B7B7E0
(183,183,224)
#C2C3E4
(194,195,228)
#CDCFE8
(205,207,232)
#D8DBEC
(216,219,236)
#E3E7F0
(227,231,240)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807BCC color. Also use rgb(128,123,204) instead hex code.

Text Font Color

.myTextColor { color: #807BCC; }

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

This text font color is #807BCC.

Background Color

.myBgColor { background-color: #807BCC; }

<div style="background-color:#807BCC">Inner text</div>

This div background color is #807BCC.

Border color

.myBorderColor { border: 1px solid #807BCC; }

<div style="border:3px solid #807BCC">Div</div>

This div border color is #807BCC.

Opacity

.myOpacity80 { color: #807BCC; opacity: 0.8; }

<p style="color:#807BCC;opacity:0.8;">80%</p>

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

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

This text has shadow with #807BCC color.


.textShadow {text-shadow: 3px 3px 1px #807BCC', 3px 3px 1px red;}

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

This text has shadow with #807BCC primary color and red secondary color.


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

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

This text has shadow with #807BCC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #807BCC; -webkit-box-shadow: 1px 1px 3px 2px #807BCC; box-shadow:1px 1px 3px 2px #807BCC;">
Div content here
</div>

This div box has shadow with color #807BCC.

Preview

Color preview on black background

This text has color #807BCC on black background.


Color preview on white background

This text has color #807BCC on white background.


Black color preview on #807BCC background

This text has black color on #807BCC background.


White color preview on #807BCC background

This text has white color on #807BCC background.


Related colors

Complementary color

Complementary color for #hex is #7F8433.


I love getcolorcode.com

Triadic colors

1 #CC807B and #7BCC80 with #807BCC are triadic colors.

2 #CC7B80 and #7B80CC with #807BCC are triadic colors.