COLOR #918EBB

HEX: #918EBB
RGB: (145,142,187)

Color info

#918EBB contains red, green and blue colors in about the same proportion. Web safe color of #918EBB is #9999CC (or #99C).

RGB color model

#918EBB color RGB value is (145,142,187).

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

RGB channels and saturation

R 145 of 255 = 57%
G 142 of 255 = 56%
B 187 of 255 = 73%

145
142
187

R + G + B ~ 62%. #918EBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 142 + 187 = 474 (100%)
R 145 of 474 ~ 30.59%
G 142 of 474 ~ 29.96%
B 187 of 474 ~ 39.45%

%30.59
%29.96
%39.45

CMYK color model

#918EBB color CMYK value is (22,24,0,27).

  • cyan value is 22.46%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(22,24,0,27)
C22M24Y0K27 
(22%,24%,0%,27%)
(0.22/0.24/0.00/0.27)	

CMYK percentages

%22.46
%24.06
%0
%26.67

Codes

Color #918EBB in popluar color models

918EBB
RGB145142187
HSL244°24.86%64.51%
HSB/HSV244°24.06%73.33%
CMYK22.46%24.06%0.00%
26.67%

Color #918EBB in popluar number systems.

HEX918EBB
Decimal145142187
Binary100100011000111010111011
Octal221216273

Shades and tints

Shades of #918EBB

#918EBB
(145,142,187)
#8482AA
(132,130,170)
#777699
(119,118,153)
#6A6A88
(106,106,136)
#5D5E77
(93,94,119)
#505266
(80,82,102)
#434655
(67,70,85)
#363A44
(54,58,68)
#292E33
(41,46,51)
#1C2222
(28,34,34)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #918EBB

#918EBB
(145,142,187)
#9B98C1
(155,152,193)
#A5A2C7
(165,162,199)
#AFACCD
(175,172,205)
#B9B6D3
(185,182,211)
#C3C0D9
(195,192,217)
#CDCADF
(205,202,223)
#D7D4E5
(215,212,229)
#E1DEEB
(225,222,235)
#EBE8F1
(235,232,241)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918EBB; }

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

This text font color is #918EBB.


Background Color

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

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

This div background color is #918EBB.


Border color

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

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

This div border color is #918EBB.


Opacity

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

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

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

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

This text has shadow with #918EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918EBB on black background.


Color preview on white background

This text has color #918EBB on white background.



Black color preview on #918EBB background

This text has black color on #918EBB background.


White color preview on #918EBB background

This text has white color on #918EBB background.