COLOR #9488F0

HEX: #9488F0
RGB: (148,136,240)

Color info

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

RGB color model

#9488F0 color RGB value is (148,136,240).

  • red value is 148;
  • green value is 136;
  • blue value is 240.
RGB:
(148,136,240)
(58%,53%,94%)

RGB channels and saturation

R 148 of 255 = 58%
G 136 of 255 = 53%
B 240 of 255 = 94%

148
136
240

R + G + B ~ 68%. #9488F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 136 + 240 = 524 (100%)
R 148 of 524 ~ 28.24%
G 136 of 524 ~ 25.95%
B 240 of 524 ~ 45.8%

%28.24
%25.95
%45.8

CMYK color model

#9488F0 color CMYK value is (38,43,0,6).

  • cyan value is 38.33%
  • magenta value is 43.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(38,43,0,6)
C38M43Y0K6 
(38%,43%,0%,6%)
(0.38/0.43/0.00/0.06)	

CMYK percentages

%38.33
%43.33
%0
%5.88

Codes

Color #9488F0 in popluar color models

9488F0
RGB148136240
HSL247°77.61%73.73%
HSB/HSV247°43.33%94.12%
CMYK38.33%43.33%0.00%
5.88%

Color #9488F0 in popluar number systems.

HEX9488F0
Decimal148136240
Binary100101001000100011110000
Octal224210360

Shades and tints

Shades of #9488F0

#9488F0
(148,136,240)
#877CDB
(135,124,219)
#7A70C6
(122,112,198)
#6D64B1
(109,100,177)
#60589C
(96,88,156)
#534C87
(83,76,135)
#464072
(70,64,114)
#39345D
(57,52,93)
#2C2848
(44,40,72)
#1F1C33
(31,28,51)
#12101E
(18,16,30)
#000000
(0,0,0)

Tints of #9488F0

#9488F0
(148,136,240)
#9D92F1
(157,146,241)
#A69CF2
(166,156,242)
#AFA6F3
(175,166,243)
#B8B0F4
(184,176,244)
#C1BAF5
(193,186,245)
#CAC4F6
(202,196,246)
#D3CEF7
(211,206,247)
#DCD8F8
(220,216,248)
#E5E2F9
(229,226,249)
#EEECFA
(238,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9488F0 color. Also use rgb(148,136,240) instead hex code.

Text Font Color

.myTextColor { color: #9488F0; }

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

This text font color is #9488F0.


Background Color

.myBgColor { background-color: #9488F0; }

<div style="background-color:#9488F0">Inner text</div>

This div background color is #9488F0.


Border color

.myBorderColor { border: 1px solid #9488F0; }

<div style="border:3px solid #9488F0">Div</div>

This div border color is #9488F0.


Opacity

.myOpacity80 { color: #9488F0; opacity: 0.8; }

<p style="color:#9488F0;opacity:0.8;">80%</p>

Text with #9488F0 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 #9488F0;}

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

This text has shadow with #9488F0 color.

.textShadow {text-shadow: 3px 3px 1px #9488F0, 3px 3px 1px red;}

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

This text has shadow with #9488F0 primary color and red secondary color.


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

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

This text has shadow with #9488F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9488F0 on black background.


Color preview on white background

This text has color #9488F0 on white background.



Black color preview on #9488F0 background

This text has black color on #9488F0 background.


White color preview on #9488F0 background

This text has white color on #9488F0 background.