COLOR #918AC5

HEX: #918AC5
RGB: (145,138,197)

Color info

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

RGB color model

#918AC5 color RGB value is (145,138,197).

  • red value is 145;
  • green value is 138;
  • blue value is 197.
RGB:
(145,138,197)
(57%,54%,77%)

RGB channels and saturation

R 145 of 255 = 57%
G 138 of 255 = 54%
B 197 of 255 = 77%

145
138
197

R + G + B ~ 63%. #918AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 138 + 197 = 480 (100%)
R 145 of 480 ~ 30.21%
G 138 of 480 ~ 28.75%
B 197 of 480 ~ 41.04%

%30.21
%28.75
%41.04

CMYK color model

#918AC5 color CMYK value is (26,30,0,23).

  • cyan value is 26.40%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(26,30,0,23)
C26M30Y0K23 
(26%,30%,0%,23%)
(0.26/0.30/0.00/0.23)	

CMYK percentages

%26.4
%29.95
%0
%22.75

Codes

Color #918AC5 in popluar color models

918AC5
RGB145138197
HSL247°33.71%65.69%
HSB/HSV247°29.95%77.25%
CMYK26.40%29.95%0.00%
22.75%

Color #918AC5 in popluar number systems.

HEX918AC5
Decimal145138197
Binary100100011000101011000101
Octal221212305

Shades and tints

Shades of #918AC5

#918AC5
(145,138,197)
#847EB4
(132,126,180)
#7772A3
(119,114,163)
#6A6692
(106,102,146)
#5D5A81
(93,90,129)
#504E70
(80,78,112)
#43425F
(67,66,95)
#36364E
(54,54,78)
#292A3D
(41,42,61)
#1C1E2C
(28,30,44)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #918AC5

#918AC5
(145,138,197)
#9B94CA
(155,148,202)
#A59ECF
(165,158,207)
#AFA8D4
(175,168,212)
#B9B2D9
(185,178,217)
#C3BCDE
(195,188,222)
#CDC6E3
(205,198,227)
#D7D0E8
(215,208,232)
#E1DAED
(225,218,237)
#EBE4F2
(235,228,242)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #918AC5 color. Also use rgb(145,138,197) instead hex code.

Text Font Color

.myTextColor { color: #918AC5; }

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

This text font color is #918AC5.


Background Color

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

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

This div background color is #918AC5.


Border color

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

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

This div border color is #918AC5.


Opacity

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

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

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

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

This text has shadow with #918AC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918AC5 on black background.


Color preview on white background

This text has color #918AC5 on white background.



Black color preview on #918AC5 background

This text has black color on #918AC5 background.


White color preview on #918AC5 background

This text has white color on #918AC5 background.