COLOR #9095C5

HEX: #9095C5 RGB: (144,149,197)

Color info

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

RGB color model

#9095C5 color RGB value is (144,149,197).

RGB: (144,149,197) (56%, 58%, 77%)

RGB channels and saturation

R 144 of 255 = 56%
G 149 of 255 = 58%
B 197 of 255 = 77%

144
149
197

R + G + B ~ 64%. #9095C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 149 + 197 = 490 (100%)
R 144 of 490 ~ 29.39%
G 149 of 490 ~ 30.41%
B 197 of 490 ~ 40.2'%

%29.39
%30.41
%40.2

CMYK color model

#9095C5 color CMYK value is (27,24,0,23).

  • cyan value is 26.90%
  • magenta value is 24.37%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (27,24,0,23) C27M24Y0K23 (27%,24%,0%,23%) (0.27/0.24/0.00/0.23) 

CMYK percentages

%26.9
%24.37
%0
%22.75

Codes

Color #9095C5 in popluar color models

90 95 C5
RGB 144 149 197
HSL 234° 31.36% 66.86%
HSB/HSV 234° 26.90% 77.25%
CMYK 26.90% 24.37% 0.00%
22.75%

Color #9095C5 in popluar number systems.

HEX 90 95 C5
Decimal 144 149 197
Binary 10010000 10010101 11000101
Octal 220 225 305

Shades and tints

Shades of #9095C5

#9095C5
(144,149,197)
#8388B4
(131,136,180)
#767BA3
(118,123,163)
#696E92
(105,110,146)
#5C6181
(92,97,129)
#4F5470
(79,84,112)
#42475F
(66,71,95)
#353A4E
(53,58,78)
#282D3D
(40,45,61)
#1B202C
(27,32,44)
#0E131B
(14,19,27)
#000000
(0,0,0)

Tints of #9095C5

#9095C5
(144,149,197)
#9A9ECA
(154,158,202)
#A4A7CF
(164,167,207)
#AEB0D4
(174,176,212)
#B8B9D9
(184,185,217)
#C2C2DE
(194,194,222)
#CCCBE3
(204,203,227)
#D6D4E8
(214,212,232)
#E0DDED
(224,221,237)
#EAE6F2
(234,230,242)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9095C5; }

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

This text font color is #9095C5.

Background Color

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

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

This div background color is #9095C5.

Border color

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

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

This div border color is #9095C5.

Opacity

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

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

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

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

This text has shadow with #9095C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9095C5.

Preview

Color preview on black background

This text has color #9095C5 on black background.


Color preview on white background

This text has color #9095C5 on white background.


Black color preview on #9095C5 background

This text has black color on #9095C5 background.


White color preview on #9095C5 background

This text has white color on #9095C5 background.


Related colors

Complementary color

Complementary color for #hex is #6F6A3A.


I love getcolorcode.com

Triadic colors

1 #C59095 and #95C590 with #9095C5 are triadic colors.

2 #C59590 and #9590C5 with #9095C5 are triadic colors.