COLOR #958ADE

HEX: #958ADE
RGB: (149,138,222)

Color info

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

RGB color model

#958ADE color RGB value is (149,138,222).

  • red value is 149;
  • green value is 138;
  • blue value is 222.
RGB:
(149,138,222)
(58%,54%,87%)

RGB channels and saturation

R 149 of 255 = 58%
G 138 of 255 = 54%
B 222 of 255 = 87%

149
138
222

R + G + B ~ 66%. #958ADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 138 + 222 = 509 (100%)
R 149 of 509 ~ 29.27%
G 138 of 509 ~ 27.11%
B 222 of 509 ~ 43.61%

%29.27
%27.11
%43.61

CMYK color model

#958ADE color CMYK value is (33,38,0,13).

  • cyan value is 32.88%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(33,38,0,13)
C33M38Y0K13 
(33%,38%,0%,13%)
(0.33/0.38/0.00/0.13)	

CMYK percentages

%32.88
%37.84
%0
%12.94

Codes

Color #958ADE in popluar color models

958ADE
RGB149138222
HSL248°56.00%70.59%
HSB/HSV248°37.84%87.06%
CMYK32.88%37.84%0.00%
12.94%

Color #958ADE in popluar number systems.

HEX958ADE
Decimal149138222
Binary100101011000101011011110
Octal225212336

Shades and tints

Shades of #958ADE

#958ADE
(149,138,222)
#887ECA
(136,126,202)
#7B72B6
(123,114,182)
#6E66A2
(110,102,162)
#615A8E
(97,90,142)
#544E7A
(84,78,122)
#474266
(71,66,102)
#3A3652
(58,54,82)
#2D2A3E
(45,42,62)
#201E2A
(32,30,42)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #958ADE

#958ADE
(149,138,222)
#9E94E1
(158,148,225)
#A79EE4
(167,158,228)
#B0A8E7
(176,168,231)
#B9B2EA
(185,178,234)
#C2BCED
(194,188,237)
#CBC6F0
(203,198,240)
#D4D0F3
(212,208,243)
#DDDAF6
(221,218,246)
#E6E4F9
(230,228,249)
#EFEEFC
(239,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958ADE color. Also use rgb(149,138,222) instead hex code.

Text Font Color

.myTextColor { color: #958ADE; }

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

This text font color is #958ADE.


Background Color

.myBgColor { background-color: #958ADE; }

<div style="background-color:#958ADE">Inner text</div>

This div background color is #958ADE.


Border color

.myBorderColor { border: 1px solid #958ADE; }

<div style="border:3px solid #958ADE">Div</div>

This div border color is #958ADE.


Opacity

.myOpacity80 { color: #958ADE; opacity: 0.8; }

<p style="color:#958ADE;opacity:0.8;">80%</p>

Text with #958ADE 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 #958ADE;}

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

This text has shadow with #958ADE color.

.textShadow {text-shadow: 3px 3px 1px #958ADE, 3px 3px 1px red;}

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

This text has shadow with #958ADE primary color and red secondary color.


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

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

This text has shadow with #958ADE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958ADE on black background.


Color preview on white background

This text has color #958ADE on white background.



Black color preview on #958ADE background

This text has black color on #958ADE background.


White color preview on #958ADE background

This text has white color on #958ADE background.