COLOR #8075BA

HEX: #8075BA
RGB: (128,117,186)

Color info

#8075BA contains mainly red and blue colors. Web safe color of #8075BA is #6666CC (or #66C).

RGB color model

#8075BA color RGB value is (128,117,186).

  • red value is 128;
  • green value is 117;
  • blue value is 186.
RGB:
(128,117,186)
(50%,46%,73%)

RGB channels and saturation

R 128 of 255 = 50%
G 117 of 255 = 46%
B 186 of 255 = 73%

128
117
186

R + G + B ~ 56%. #8075BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 117 + 186 = 431 (100%)
R 128 of 431 ~ 29.7%
G 117 of 431 ~ 27.15%
B 186 of 431 ~ 43.16%

%29.7
%27.15
%43.16

CMYK color model

#8075BA color CMYK value is (31,37,0,27).

  • cyan value is 31.18%
  • magenta value is 37.10%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(31,37,0,27)
C31M37Y0K27 
(31%,37%,0%,27%)
(0.31/0.37/0.00/0.27)	

CMYK percentages

%31.18
%37.1
%0
%27.06

Codes

Color #8075BA in popluar color models

8075BA
RGB128117186
HSL250°33.33%59.41%
HSB/HSV250°37.10%72.94%
CMYK31.18%37.10%0.00%
27.06%

Color #8075BA in popluar number systems.

HEX8075BA
Decimal128117186
Binary10000000111010110111010
Octal200165272

Shades and tints

Shades of #8075BA

#8075BA
(128,117,186)
#756BAA
(117,107,170)
#6A619A
(106,97,154)
#5F578A
(95,87,138)
#544D7A
(84,77,122)
#49436A
(73,67,106)
#3E395A
(62,57,90)
#332F4A
(51,47,74)
#28253A
(40,37,58)
#1D1B2A
(29,27,42)
#12111A
(18,17,26)
#000000
(0,0,0)

Tints of #8075BA

#8075BA
(128,117,186)
#8B81C0
(139,129,192)
#968DC6
(150,141,198)
#A199CC
(161,153,204)
#ACA5D2
(172,165,210)
#B7B1D8
(183,177,216)
#C2BDDE
(194,189,222)
#CDC9E4
(205,201,228)
#D8D5EA
(216,213,234)
#E3E1F0
(227,225,240)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8075BA color. Also use rgb(128,117,186) instead hex code.

Text Font Color

.myTextColor { color: #8075BA; }

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

This text font color is #8075BA.


Background Color

.myBgColor { background-color: #8075BA; }

<div style="background-color:#8075BA">Inner text</div>

This div background color is #8075BA.


Border color

.myBorderColor { border: 1px solid #8075BA; }

<div style="border:3px solid #8075BA">Div</div>

This div border color is #8075BA.


Opacity

.myOpacity80 { color: #8075BA; opacity: 0.8; }

<p style="color:#8075BA;opacity:0.8;">80%</p>

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

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

This text has shadow with #8075BA color.

.textShadow {text-shadow: 3px 3px 1px #8075BA, 3px 3px 1px red;}

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

This text has shadow with #8075BA primary color and red secondary color.


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

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

This text has shadow with #8075BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8075BA on black background.


Color preview on white background

This text has color #8075BA on white background.



Black color preview on #8075BA background

This text has black color on #8075BA background.


White color preview on #8075BA background

This text has white color on #8075BA background.