COLOR #9095CC

HEX: #9095CC
RGB: (144,149,204)

Color info

#9095CC contains mainly green and blue colors. Web safe color of #9095CC is #9999CC (or #99C).

RGB color model

#9095CC color RGB value is (144,149,204).

  • red value is 144;
  • green value is 149;
  • blue value is 204.
RGB:
(144,149,204)
(56%,58%,80%)

RGB channels and saturation

R 144 of 255 = 56%
G 149 of 255 = 58%
B 204 of 255 = 80%

144
149
204

R + G + B ~ 65%. #9095CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 149 + 204 = 497 (100%)
R 144 of 497 ~ 28.97%
G 149 of 497 ~ 29.98%
B 204 of 497 ~ 41.05%

%28.97
%29.98
%41.05

CMYK color model

#9095CC color CMYK value is (29,27,0,20).

  • cyan value is 29.41%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(29,27,0,20)
C29M27Y0K20 
(29%,27%,0%,20%)
(0.29/0.27/0.00/0.20)	

CMYK percentages

%29.41
%26.96
%0
%20

Codes

Color #9095CC in popluar color models

9095CC
RGB144149204
HSL235°37.04%68.24%
HSB/HSV235°29.41%80.00%
CMYK29.41%26.96%0.00%
20.00%

Color #9095CC in popluar number systems.

HEX9095CC
Decimal144149204
Binary100100001001010111001100
Octal220225314

Shades and tints

Shades of #9095CC

#9095CC
(144,149,204)
#8388BA
(131,136,186)
#767BA8
(118,123,168)
#696E96
(105,110,150)
#5C6184
(92,97,132)
#4F5472
(79,84,114)
#424760
(66,71,96)
#353A4E
(53,58,78)
#282D3C
(40,45,60)
#1B202A
(27,32,42)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #9095CC

#9095CC
(144,149,204)
#9A9ED0
(154,158,208)
#A4A7D4
(164,167,212)
#AEB0D8
(174,176,216)
#B8B9DC
(184,185,220)
#C2C2E0
(194,194,224)
#CCCBE4
(204,203,228)
#D6D4E8
(214,212,232)
#E0DDEC
(224,221,236)
#EAE6F0
(234,230,240)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9095CC color. Also use rgb(144,149,204) instead hex code.

Text Font Color

.myTextColor { color: #9095CC; }

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

This text font color is #9095CC.


Background Color

.myBgColor { background-color: #9095CC; }

<div style="background-color:#9095CC">Inner text</div>

This div background color is #9095CC.


Border color

.myBorderColor { border: 1px solid #9095CC; }

<div style="border:3px solid #9095CC">Div</div>

This div border color is #9095CC.


Opacity

.myOpacity80 { color: #9095CC; opacity: 0.8; }

<p style="color:#9095CC;opacity:0.8;">80%</p>

Text with #9095CC 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 #9095CC;}

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

This text has shadow with #9095CC color.

.textShadow {text-shadow: 3px 3px 1px #9095CC, 3px 3px 1px red;}

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

This text has shadow with #9095CC primary color and red secondary color.


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

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

This text has shadow with #9095CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9095CC on black background.


Color preview on white background

This text has color #9095CC on white background.



Black color preview on #9095CC background

This text has black color on #9095CC background.


White color preview on #9095CC background

This text has white color on #9095CC background.