COLOR #918FD9

HEX: #918FD9
RGB: (145,143,217)

Color info

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

RGB color model

#918FD9 color RGB value is (145,143,217).

  • red value is 145;
  • green value is 143;
  • blue value is 217.
RGB:
(145,143,217)
(57%,56%,85%)

RGB channels and saturation

R 145 of 255 = 57%
G 143 of 255 = 56%
B 217 of 255 = 85%

145
143
217

R + G + B ~ 66%. #918FD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 143 + 217 = 505 (100%)
R 145 of 505 ~ 28.71%
G 143 of 505 ~ 28.32%
B 217 of 505 ~ 42.97%

%28.71
%28.32
%42.97

CMYK color model

#918FD9 color CMYK value is (33,34,0,15).

  • cyan value is 33.18%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(33,34,0,15)
C33M34Y0K15 
(33%,34%,0%,15%)
(0.33/0.34/0.00/0.15)	

CMYK percentages

%33.18
%34.1
%0
%14.9

Codes

Color #918FD9 in popluar color models

918FD9
RGB145143217
HSL242°49.33%70.59%
HSB/HSV242°34.10%85.10%
CMYK33.18%34.10%0.00%
14.90%

Color #918FD9 in popluar number systems.

HEX918FD9
Decimal145143217
Binary100100011000111111011001
Octal221217331

Shades and tints

Shades of #918FD9

#918FD9
(145,143,217)
#8482C6
(132,130,198)
#7775B3
(119,117,179)
#6A68A0
(106,104,160)
#5D5B8D
(93,91,141)
#504E7A
(80,78,122)
#434167
(67,65,103)
#363454
(54,52,84)
#292741
(41,39,65)
#1C1A2E
(28,26,46)
#0F0D1B
(15,13,27)
#000000
(0,0,0)

Tints of #918FD9

#918FD9
(145,143,217)
#9B99DC
(155,153,220)
#A5A3DF
(165,163,223)
#AFADE2
(175,173,226)
#B9B7E5
(185,183,229)
#C3C1E8
(195,193,232)
#CDCBEB
(205,203,235)
#D7D5EE
(215,213,238)
#E1DFF1
(225,223,241)
#EBE9F4
(235,233,244)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918FD9 color. Also use rgb(145,143,217) instead hex code.

Text Font Color

.myTextColor { color: #918FD9; }

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

This text font color is #918FD9.


Background Color

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

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

This div background color is #918FD9.


Border color

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

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

This div border color is #918FD9.


Opacity

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

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

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

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

This text has shadow with #918FD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918FD9 on black background.


Color preview on white background

This text has color #918FD9 on white background.



Black color preview on #918FD9 background

This text has black color on #918FD9 background.


White color preview on #918FD9 background

This text has white color on #918FD9 background.