COLOR #9492D8

HEX: #9492D8
RGB: (148,146,216)

Color info

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

RGB color model

#9492D8 color RGB value is (148,146,216).

  • red value is 148;
  • green value is 146;
  • blue value is 216.
RGB:
(148,146,216)
(58%,57%,85%)

RGB channels and saturation

R 148 of 255 = 58%
G 146 of 255 = 57%
B 216 of 255 = 85%

148
146
216

R + G + B ~ 67%. #9492D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 146 + 216 = 510 (100%)
R 148 of 510 ~ 29.02%
G 146 of 510 ~ 28.63%
B 216 of 510 ~ 42.35%

%29.02
%28.63
%42.35

CMYK color model

#9492D8 color CMYK value is (31,32,0,15).

  • cyan value is 31.48%
  • magenta value is 32.41%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(31,32,0,15)
C31M32Y0K15 
(31%,32%,0%,15%)
(0.31/0.32/0.00/0.15)	

CMYK percentages

%31.48
%32.41
%0
%15.29

Codes

Color #9492D8 in popluar color models

9492D8
RGB148146216
HSL242°47.30%70.98%
HSB/HSV242°32.41%84.71%
CMYK31.48%32.41%0.00%
15.29%

Color #9492D8 in popluar number systems.

HEX9492D8
Decimal148146216
Binary100101001001001011011000
Octal224222330

Shades and tints

Shades of #9492D8

#9492D8
(148,146,216)
#8785C5
(135,133,197)
#7A78B2
(122,120,178)
#6D6B9F
(109,107,159)
#605E8C
(96,94,140)
#535179
(83,81,121)
#464466
(70,68,102)
#393753
(57,55,83)
#2C2A40
(44,42,64)
#1F1D2D
(31,29,45)
#12101A
(18,16,26)
#000000
(0,0,0)

Tints of #9492D8

#9492D8
(148,146,216)
#9D9BDB
(157,155,219)
#A6A4DE
(166,164,222)
#AFADE1
(175,173,225)
#B8B6E4
(184,182,228)
#C1BFE7
(193,191,231)
#CAC8EA
(202,200,234)
#D3D1ED
(211,209,237)
#DCDAF0
(220,218,240)
#E5E3F3
(229,227,243)
#EEECF6
(238,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9492D8 color. Also use rgb(148,146,216) instead hex code.

Text Font Color

.myTextColor { color: #9492D8; }

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

This text font color is #9492D8.


Background Color

.myBgColor { background-color: #9492D8; }

<div style="background-color:#9492D8">Inner text</div>

This div background color is #9492D8.


Border color

.myBorderColor { border: 1px solid #9492D8; }

<div style="border:3px solid #9492D8">Div</div>

This div border color is #9492D8.


Opacity

.myOpacity80 { color: #9492D8; opacity: 0.8; }

<p style="color:#9492D8;opacity:0.8;">80%</p>

Text with #9492D8 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 #9492D8;}

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

This text has shadow with #9492D8 color.

.textShadow {text-shadow: 3px 3px 1px #9492D8, 3px 3px 1px red;}

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

This text has shadow with #9492D8 primary color and red secondary color.


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

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

This text has shadow with #9492D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9492D8 on black background.


Color preview on white background

This text has color #9492D8 on white background.



Black color preview on #9492D8 background

This text has black color on #9492D8 background.


White color preview on #9492D8 background

This text has white color on #9492D8 background.