COLOR #918AB5

HEX: #918AB5
RGB: (145,138,181)

Color info

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

RGB color model

#918AB5 color RGB value is (145,138,181).

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

RGB channels and saturation

R 145 of 255 = 57%
G 138 of 255 = 54%
B 181 of 255 = 71%

145
138
181

R + G + B ~ 61%. #918AB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
145 + 138 + 181 = 464 (100%)
R 145 of 464 ~ 31.25%
G 138 of 464 ~ 29.74%
B 181 of 464 ~ 39.01%

%31.25
%29.74
%39.01

CMYK color model

#918AB5 color CMYK value is (20,24,0,29).

  • cyan value is 19.89%
  • magenta value is 23.76%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(20,24,0,29)
C20M24Y0K29 
(20%,24%,0%,29%)
(0.20/0.24/0.00/0.29)	

CMYK percentages

%19.89
%23.76
%0
%29.02

Codes

Color #918AB5 in popluar color models

918AB5
RGB145138181
HSL250°22.51%62.55%
HSB/HSV250°23.76%70.98%
CMYK19.89%23.76%0.00%
29.02%

Color #918AB5 in popluar number systems.

HEX918AB5
Decimal145138181
Binary100100011000101010110101
Octal221212265

Shades and tints

Shades of #918AB5

#918AB5
(145,138,181)
#847EA5
(132,126,165)
#777295
(119,114,149)
#6A6685
(106,102,133)
#5D5A75
(93,90,117)
#504E65
(80,78,101)
#434255
(67,66,85)
#363645
(54,54,69)
#292A35
(41,42,53)
#1C1E25
(28,30,37)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #918AB5

#918AB5
(145,138,181)
#9B94BB
(155,148,187)
#A59EC1
(165,158,193)
#AFA8C7
(175,168,199)
#B9B2CD
(185,178,205)
#C3BCD3
(195,188,211)
#CDC6D9
(205,198,217)
#D7D0DF
(215,208,223)
#E1DAE5
(225,218,229)
#EBE4EB
(235,228,235)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #918AB5; }

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

This text font color is #918AB5.


Background Color

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

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

This div background color is #918AB5.


Border color

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

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

This div border color is #918AB5.


Opacity

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

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

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

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

This text has shadow with #918AB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #918AB5 on black background.


Color preview on white background

This text has color #918AB5 on white background.



Black color preview on #918AB5 background

This text has black color on #918AB5 background.


White color preview on #918AB5 background

This text has white color on #918AB5 background.