COLOR #918BBE

HEX: #918BBE
RGB: (145,139,190)

Color info

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

RGB color model

#918BBE color RGB value is (145,139,190).

  • red value is 145;
  • green value is 139;
  • blue value is 190.
RGB:
(145,139,190)
(57%,55%,75%)

RGB channels and saturation

R 145 of 255 = 57%
G 139 of 255 = 55%
B 190 of 255 = 75%

145
139
190

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

Portions of RGB colors in percentages

R + G + B =
145 + 139 + 190 = 474 (100%)
R 145 of 474 ~ 30.59%
G 139 of 474 ~ 29.32%
B 190 of 474 ~ 40.08%

%30.59
%29.32
%40.08

CMYK color model

#918BBE color CMYK value is (24,27,0,25).

  • cyan value is 23.68%
  • magenta value is 26.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(24,27,0,25)
C24M27Y0K25 
(24%,27%,0%,25%)
(0.24/0.27/0.00/0.25)	

CMYK percentages

%23.68
%26.84
%0
%25.49

Codes

Color #918BBE in popluar color models

918BBE
RGB145139190
HSL247°28.18%64.51%
HSB/HSV247°26.84%74.51%
CMYK23.68%26.84%0.00%
25.49%

Color #918BBE in popluar number systems.

HEX918BBE
Decimal145139190
Binary100100011000101110111110
Octal221213276

Shades and tints

Shades of #918BBE

#918BBE
(145,139,190)
#847FAD
(132,127,173)
#77739C
(119,115,156)
#6A678B
(106,103,139)
#5D5B7A
(93,91,122)
#504F69
(80,79,105)
#434358
(67,67,88)
#363747
(54,55,71)
#292B36
(41,43,54)
#1C1F25
(28,31,37)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #918BBE

#918BBE
(145,139,190)
#9B95C3
(155,149,195)
#A59FC8
(165,159,200)
#AFA9CD
(175,169,205)
#B9B3D2
(185,179,210)
#C3BDD7
(195,189,215)
#CDC7DC
(205,199,220)
#D7D1E1
(215,209,225)
#E1DBE6
(225,219,230)
#EBE5EB
(235,229,235)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918BBE color. Also use rgb(145,139,190) instead hex code.

Text Font Color

.myTextColor { color: #918BBE; }

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

This text font color is #918BBE.


Background Color

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

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

This div background color is #918BBE.


Border color

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

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

This div border color is #918BBE.


Opacity

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

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

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

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

This text has shadow with #918BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918BBE on black background.


Color preview on white background

This text has color #918BBE on white background.



Black color preview on #918BBE background

This text has black color on #918BBE background.


White color preview on #918BBE background

This text has white color on #918BBE background.