COLOR #988FEF

HEX: #988FEF RGB: (152,143,239)

Color info

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

RGB color model

#988FEF color RGB value is (152,143,239).

RGB: (152,143,239) (60%, 56%, 94%)

RGB channels and saturation

R 152 of 255 = 60%
G 143 of 255 = 56%
B 239 of 255 = 94%

152
143
239

R + G + B ~ 70%. #988FEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 143 + 239 = 534 (100%)
R 152 of 534 ~ 28.46%
G 143 of 534 ~ 26.78%
B 239 of 534 ~ 44.76'%

%28.46
%26.78
%44.76

CMYK color model

#988FEF color CMYK value is (36,40,0,6).

  • cyan value is 36.40%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (36,40,0,6)
C36M40Y0K6 (36%, 40%, 0%, 6%)
(0.36 / 0.40 / 0.00 / 0.06)

CMYK percentages

%36.4
%40.17
%0
%6.27

Codes

Color #988FEF in popluar color models

98 8F EF
RGB 152 143 239
HSL 246° 75.00% 74.90%
HSB/HSV 246° 40.17% 93.73%
CMYK 36.40% 40.17% 0.00%
6.27%

Color #988FEF in popluar number systems.

HEX 98 8F EF
Decimal 152 143 239
Binary 10011000 10001111 11101111
Octal 230 217 357

Shades and tints

Shades of #988FEF

#988FEF
(152,143,239)
#8B82DA
(139,130,218)
#7E75C5
(126,117,197)
#7168B0
(113,104,176)
#645B9B
(100,91,155)
#574E86
(87,78,134)
#4A4171
(74,65,113)
#3D345C
(61,52,92)
#302747
(48,39,71)
#231A32
(35,26,50)
#160D1D
(22,13,29)
#000000
(0,0,0)

Tints of #988FEF

#988FEF
(152,143,239)
#A199F0
(161,153,240)
#AAA3F1
(170,163,241)
#B3ADF2
(179,173,242)
#BCB7F3
(188,183,243)
#C5C1F4
(197,193,244)
#CECBF5
(206,203,245)
#D7D5F6
(215,213,246)
#E0DFF7
(224,223,247)
#E9E9F8
(233,233,248)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988FEF color. Also use rgb(152,143,239) instead hex code.

Text Font Color

.myTextColor { color: #988FEF; }

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

This text font color is #988FEF.

Background Color

.myBgColor { background-color: #988FEF; }

<div style="background-color:#988FEF">Inner text</div>

This div background color is #988FEF.

Border color

.myBorderColor { border: 1px solid #988FEF; }

<div style="border:3px solid #988FEF">Div</div>

This div border color is #988FEF.

Opacity

.myOpacity80 { color: #988FEF; opacity: 0.8; }

<p style="color:#988FEF;opacity:0.8;">80%</p>

Text with #988FEF 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 #988FEF;}

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

This text has shadow with #988FEF color.


.textShadow {text-shadow: 3px 3px 1px #988FEF', 3px 3px 1px red;}

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

This text has shadow with #988FEF primary color and red secondary color.


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

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

This text has shadow with #988FEF and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988FEF; -webkit-box-shadow: 1px 1px 3px 2px #988FEF; box-shadow:1px 1px 3px 2px #988FEF;">
Div content here
</div>

This div box has shadow with color #988FEF.

Preview

Color preview on black background

This text has color #988FEF on black background.


Color preview on white background

This text has color #988FEF on white background.


Black color preview on #988FEF background

This text has black color on #988FEF background.


White color preview on #988FEF background

This text has white color on #988FEF background.


Related colors

Complementary color

Complementary color for #hex is #677010.


I love getcolorcode.com

Triadic colors

1 #EF988F and #8FEF98 with #988FEF are triadic colors.

2 #EF8F98 and #8F98EF with #988FEF are triadic colors.