COLOR #917EBB

HEX: #917EBB
RGB: (145,126,187)

Color info

#917EBB contains mainly red and blue colors. Web safe color of #917EBB is #9966CC (or #96C).

RGB color model

#917EBB color RGB value is (145,126,187).

  • red value is 145;
  • green value is 126;
  • blue value is 187.
RGB:
(145,126,187)
(57%,49%,73%)

RGB channels and saturation

R 145 of 255 = 57%
G 126 of 255 = 49%
B 187 of 255 = 73%

145
126
187

R + G + B ~ 60%. #917EBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 126 + 187 = 458 (100%)
R 145 of 458 ~ 31.66%
G 126 of 458 ~ 27.51%
B 187 of 458 ~ 40.83%

%31.66
%27.51
%40.83

CMYK color model

#917EBB color CMYK value is (22,33,0,27).

  • cyan value is 22.46%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(22,33,0,27)
C22M33Y0K27 
(22%,33%,0%,27%)
(0.22/0.33/0.00/0.27)	

CMYK percentages

%22.46
%32.62
%0
%26.67

Codes

Color #917EBB in popluar color models

917EBB
RGB145126187
HSL259°30.96%61.37%
HSB/HSV259°32.62%73.33%
CMYK22.46%32.62%0.00%
26.67%

Color #917EBB in popluar number systems.

HEX917EBB
Decimal145126187
Binary10010001111111010111011
Octal221176273

Shades and tints

Shades of #917EBB

#917EBB
(145,126,187)
#8473AA
(132,115,170)
#776899
(119,104,153)
#6A5D88
(106,93,136)
#5D5277
(93,82,119)
#504766
(80,71,102)
#433C55
(67,60,85)
#363144
(54,49,68)
#292633
(41,38,51)
#1C1B22
(28,27,34)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #917EBB

#917EBB
(145,126,187)
#9B89C1
(155,137,193)
#A594C7
(165,148,199)
#AF9FCD
(175,159,205)
#B9AAD3
(185,170,211)
#C3B5D9
(195,181,217)
#CDC0DF
(205,192,223)
#D7CBE5
(215,203,229)
#E1D6EB
(225,214,235)
#EBE1F1
(235,225,241)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #917EBB color. Also use rgb(145,126,187) instead hex code.

Text Font Color

.myTextColor { color: #917EBB; }

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

This text font color is #917EBB.


Background Color

.myBgColor { background-color: #917EBB; }

<div style="background-color:#917EBB">Inner text</div>

This div background color is #917EBB.


Border color

.myBorderColor { border: 1px solid #917EBB; }

<div style="border:3px solid #917EBB">Div</div>

This div border color is #917EBB.


Opacity

.myOpacity80 { color: #917EBB; opacity: 0.8; }

<p style="color:#917EBB;opacity:0.8;">80%</p>

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

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

This text has shadow with #917EBB color.

.textShadow {text-shadow: 3px 3px 1px #917EBB, 3px 3px 1px red;}

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

This text has shadow with #917EBB primary color and red secondary color.


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

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

This text has shadow with #917EBB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #917EBB on black background.


Color preview on white background

This text has color #917EBB on white background.



Black color preview on #917EBB background

This text has black color on #917EBB background.


White color preview on #917EBB background

This text has white color on #917EBB background.