COLOR #8775EF

HEX: #8775EF
RGB: (135,117,239)

Color info

#8775EF contains mainly blue color. Web safe color of #8775EF is #9966FF (or #96F).

RGB color model

#8775EF color RGB value is (135,117,239).

  • red value is 135;
  • green value is 117;
  • blue value is 239.
RGB:
(135,117,239)
(53%,46%,94%)

RGB channels and saturation

R 135 of 255 = 53%
G 117 of 255 = 46%
B 239 of 255 = 94%

135
117
239

R + G + B ~ 64%. #8775EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 117 + 239 = 491 (100%)
R 135 of 491 ~ 27.49%
G 117 of 491 ~ 23.83%
B 239 of 491 ~ 48.68%

%27.49
%23.83
%48.68

CMYK color model

#8775EF color CMYK value is (44,51,0,6).

  • cyan value is 43.51%
  • magenta value is 51.05%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(44,51,0,6)
C44M51Y0K6 
(44%,51%,0%,6%)
(0.44/0.51/0.00/0.06)	

CMYK percentages

%43.51
%51.05
%0
%6.27

Codes

Color #8775EF in popluar color models

8775EF
RGB135117239
HSL249°79.22%69.80%
HSB/HSV249°51.05%93.73%
CMYK43.51%51.05%0.00%
6.27%

Color #8775EF in popluar number systems.

HEX8775EF
Decimal135117239
Binary10000111111010111101111
Octal207165357

Shades and tints

Shades of #8775EF

#8775EF
(135,117,239)
#7B6BDA
(123,107,218)
#6F61C5
(111,97,197)
#6357B0
(99,87,176)
#574D9B
(87,77,155)
#4B4386
(75,67,134)
#3F3971
(63,57,113)
#332F5C
(51,47,92)
#272547
(39,37,71)
#1B1B32
(27,27,50)
#0F111D
(15,17,29)
#000000
(0,0,0)

Tints of #8775EF

#8775EF
(135,117,239)
#9181F0
(145,129,240)
#9B8DF1
(155,141,241)
#A599F2
(165,153,242)
#AFA5F3
(175,165,243)
#B9B1F4
(185,177,244)
#C3BDF5
(195,189,245)
#CDC9F6
(205,201,246)
#D7D5F7
(215,213,247)
#E1E1F8
(225,225,248)
#EBEDF9
(235,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8775EF color. Also use rgb(135,117,239) instead hex code.

Text Font Color

.myTextColor { color: #8775EF; }

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

This text font color is #8775EF.


Background Color

.myBgColor { background-color: #8775EF; }

<div style="background-color:#8775EF">Inner text</div>

This div background color is #8775EF.


Border color

.myBorderColor { border: 1px solid #8775EF; }

<div style="border:3px solid #8775EF">Div</div>

This div border color is #8775EF.


Opacity

.myOpacity80 { color: #8775EF; opacity: 0.8; }

<p style="color:#8775EF;opacity:0.8;">80%</p>

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

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

This text has shadow with #8775EF color.

.textShadow {text-shadow: 3px 3px 1px #8775EF, 3px 3px 1px red;}

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

This text has shadow with #8775EF primary color and red secondary color.


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

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

This text has shadow with #8775EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8775EF on black background.


Color preview on white background

This text has color #8775EF on white background.



Black color preview on #8775EF background

This text has black color on #8775EF background.


White color preview on #8775EF background

This text has white color on #8775EF background.