COLOR #918BD3

HEX: #918BD3
RGB: (145,139,211)

Color info

#918BD3 contains mainly blue color. Web safe color of #918BD3 is #9999CC (or #99C).

RGB color model

#918BD3 color RGB value is (145,139,211).

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

RGB channels and saturation

R 145 of 255 = 57%
G 139 of 255 = 55%
B 211 of 255 = 83%

145
139
211

R + G + B ~ 65%. #918BD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 139 + 211 = 495 (100%)
R 145 of 495 ~ 29.29%
G 139 of 495 ~ 28.08%
B 211 of 495 ~ 42.63%

%29.29
%28.08
%42.63

CMYK color model

#918BD3 color CMYK value is (31,34,0,17).

  • cyan value is 31.28%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(31,34,0,17)
C31M34Y0K17 
(31%,34%,0%,17%)
(0.31/0.34/0.00/0.17)	

CMYK percentages

%31.28
%34.12
%0
%17.25

Codes

Color #918BD3 in popluar color models

918BD3
RGB145139211
HSL245°45.00%68.63%
HSB/HSV245°34.12%82.75%
CMYK31.28%34.12%0.00%
17.25%

Color #918BD3 in popluar number systems.

HEX918BD3
Decimal145139211
Binary100100011000101111010011
Octal221213323

Shades and tints

Shades of #918BD3

#918BD3
(145,139,211)
#847FC0
(132,127,192)
#7773AD
(119,115,173)
#6A679A
(106,103,154)
#5D5B87
(93,91,135)
#504F74
(80,79,116)
#434361
(67,67,97)
#36374E
(54,55,78)
#292B3B
(41,43,59)
#1C1F28
(28,31,40)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #918BD3

#918BD3
(145,139,211)
#9B95D7
(155,149,215)
#A59FDB
(165,159,219)
#AFA9DF
(175,169,223)
#B9B3E3
(185,179,227)
#C3BDE7
(195,189,231)
#CDC7EB
(205,199,235)
#D7D1EF
(215,209,239)
#E1DBF3
(225,219,243)
#EBE5F7
(235,229,247)
#F5EFFB
(245,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918BD3; }

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

This text font color is #918BD3.


Background Color

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

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

This div background color is #918BD3.


Border color

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

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

This div border color is #918BD3.


Opacity

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

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

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

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

This text has shadow with #918BD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918BD3 on black background.


Color preview on white background

This text has color #918BD3 on white background.



Black color preview on #918BD3 background

This text has black color on #918BD3 background.


White color preview on #918BD3 background

This text has white color on #918BD3 background.