COLOR #9488C2

HEX: #9488C2 RGB: (148,136,194)

Color info

#9488C2 contains red, green and blue colors in about the same proportion. Web safe color of #9488C2 is #9999CC (or #99C).

RGB color model

#9488C2 color RGB value is (148,136,194).

RGB: (148,136,194) (58%, 53%, 76%)

RGB channels and saturation

R 148 of 255 = 58%
G 136 of 255 = 53%
B 194 of 255 = 76%

148
136
194

R + G + B ~ 62%. #9488C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 136 + 194 = 478 (100%)
R 148 of 478 ~ 30.96%
G 136 of 478 ~ 28.45%
B 194 of 478 ~ 40.59'%

%30.96
%28.45
%40.59

CMYK color model

#9488C2 color CMYK value is (24,30,0,24).

  • cyan value is 23.71%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (24,30,0,24) C24M30Y0K24 (24%,30%,0%,24%) (0.24/0.30/0.00/0.24) 

CMYK percentages

%23.71
%29.9
%0
%23.92

Codes

Color #9488C2 in popluar color models

94 88 C2
RGB 148 136 194
HSL 252° 32.22% 64.71%
HSB/HSV 252° 29.90% 76.08%
CMYK 23.71% 29.90% 0.00%
23.92%

Color #9488C2 in popluar number systems.

HEX 94 88 C2
Decimal 148 136 194
Binary 10010100 10001000 11000010
Octal 224 210 302

Shades and tints

Shades of #9488C2

#9488C2
(148,136,194)
#877CB1
(135,124,177)
#7A70A0
(122,112,160)
#6D648F
(109,100,143)
#60587E
(96,88,126)
#534C6D
(83,76,109)
#46405C
(70,64,92)
#39344B
(57,52,75)
#2C283A
(44,40,58)
#1F1C29
(31,28,41)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #9488C2

#9488C2
(148,136,194)
#9D92C7
(157,146,199)
#A69CCC
(166,156,204)
#AFA6D1
(175,166,209)
#B8B0D6
(184,176,214)
#C1BADB
(193,186,219)
#CAC4E0
(202,196,224)
#D3CEE5
(211,206,229)
#DCD8EA
(220,216,234)
#E5E2EF
(229,226,239)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9488C2; }

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

This text font color is #9488C2.

Background Color

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

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

This div background color is #9488C2.

Border color

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

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

This div border color is #9488C2.

Opacity

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

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

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

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

This text has shadow with #9488C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9488C2.

Preview

Color preview on black background

This text has color #9488C2 on black background.


Color preview on white background

This text has color #9488C2 on white background.


Black color preview on #9488C2 background

This text has black color on #9488C2 background.


White color preview on #9488C2 background

This text has white color on #9488C2 background.


Related colors

Complementary color

Complementary color for #hex is #6B773D.


I love getcolorcode.com

Triadic colors

1 #C29488 and #88C294 with #9488C2 are triadic colors.

2 #C28894 and #8894C2 with #9488C2 are triadic colors.