COLOR #968FE7

HEX: #968FE7
RGB: (150,143,231)

Color info

#968FE7 contains mainly blue color. Web safe color of #968FE7 is #9999FF (or #99F).

RGB color model

#968FE7 color RGB value is (150,143,231).

  • red value is 150;
  • green value is 143;
  • blue value is 231.
RGB:
(150,143,231)
(59%,56%,91%)

RGB channels and saturation

R 150 of 255 = 59%
G 143 of 255 = 56%
B 231 of 255 = 91%

150
143
231

R + G + B ~ 69%. #968FE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 143 + 231 = 524 (100%)
R 150 of 524 ~ 28.63%
G 143 of 524 ~ 27.29%
B 231 of 524 ~ 44.08%

%28.63
%27.29
%44.08

CMYK color model

#968FE7 color CMYK value is (35,38,0,9).

  • cyan value is 35.06%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(35,38,0,9)
C35M38Y0K9 
(35%,38%,0%,9%)
(0.35/0.38/0.00/0.09)	

CMYK percentages

%35.06
%38.1
%0
%9.41

Codes

Color #968FE7 in popluar color models

968FE7
RGB150143231
HSL245°64.71%73.33%
HSB/HSV245°38.10%90.59%
CMYK35.06%38.10%0.00%
9.41%

Color #968FE7 in popluar number systems.

HEX968FE7
Decimal150143231
Binary100101101000111111100111
Octal226217347

Shades and tints

Shades of #968FE7

#968FE7
(150,143,231)
#8982D2
(137,130,210)
#7C75BD
(124,117,189)
#6F68A8
(111,104,168)
#625B93
(98,91,147)
#554E7E
(85,78,126)
#484169
(72,65,105)
#3B3454
(59,52,84)
#2E273F
(46,39,63)
#211A2A
(33,26,42)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #968FE7

#968FE7
(150,143,231)
#9F99E9
(159,153,233)
#A8A3EB
(168,163,235)
#B1ADED
(177,173,237)
#BAB7EF
(186,183,239)
#C3C1F1
(195,193,241)
#CCCBF3
(204,203,243)
#D5D5F5
(213,213,245)
#DEDFF7
(222,223,247)
#E7E9F9
(231,233,249)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #968FE7 color. Also use rgb(150,143,231) instead hex code.

Text Font Color

.myTextColor { color: #968FE7; }

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

This text font color is #968FE7.


Background Color

.myBgColor { background-color: #968FE7; }

<div style="background-color:#968FE7">Inner text</div>

This div background color is #968FE7.


Border color

.myBorderColor { border: 1px solid #968FE7; }

<div style="border:3px solid #968FE7">Div</div>

This div border color is #968FE7.


Opacity

.myOpacity80 { color: #968FE7; opacity: 0.8; }

<p style="color:#968FE7;opacity:0.8;">80%</p>

Text with #968FE7 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 #968FE7;}

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

This text has shadow with #968FE7 color.

.textShadow {text-shadow: 3px 3px 1px #968FE7, 3px 3px 1px red;}

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

This text has shadow with #968FE7 primary color and red secondary color.


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

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

This text has shadow with #968FE7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #968FE7 on black background.


Color preview on white background

This text has color #968FE7 on white background.



Black color preview on #968FE7 background

This text has black color on #968FE7 background.


White color preview on #968FE7 background

This text has white color on #968FE7 background.