COLOR #8595CD

HEX: #8595CD RGB: (133,149,205)

Color info

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

RGB color model

#8595CD color RGB value is (133,149,205).

RGB: (133,149,205) (52%, 58%, 80%)

RGB channels and saturation

R 133 of 255 = 52%
G 149 of 255 = 58%
B 205 of 255 = 80%

133
149
205

R + G + B ~ 63%. #8595CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 149 + 205 = 487 (100%)
R 133 of 487 ~ 27.31%
G 149 of 487 ~ 30.6%
B 205 of 487 ~ 42.09'%

%27.31
%30.6
%42.09

CMYK color model

#8595CD color CMYK value is (35,27,0,20).

  • cyan value is 35.12%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (35,27,0,20)
C35M27Y0K20 (35%, 27%, 0%, 20%)
(0.35 / 0.27 / 0.00 / 0.20)

CMYK percentages

%35.12
%27.32
%0
%19.61

Codes

Color #8595CD in popluar color models

85 95 CD
RGB 133 149 205
HSL 227° 41.86% 66.27%
HSB/HSV 227° 35.12% 80.39%
CMYK 35.12% 27.32% 0.00%
19.61%

Color #8595CD in popluar number systems.

HEX 85 95 CD
Decimal 133 149 205
Binary 10000101 10010101 11001101
Octal 205 225 315

Shades and tints

Shades of #8595CD

#8595CD
(133,149,205)
#7988BB
(121,136,187)
#6D7BA9
(109,123,169)
#616E97
(97,110,151)
#556185
(85,97,133)
#495473
(73,84,115)
#3D4761
(61,71,97)
#313A4F
(49,58,79)
#252D3D
(37,45,61)
#19202B
(25,32,43)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #8595CD

#8595CD
(133,149,205)
#909ED1
(144,158,209)
#9BA7D5
(155,167,213)
#A6B0D9
(166,176,217)
#B1B9DD
(177,185,221)
#BCC2E1
(188,194,225)
#C7CBE5
(199,203,229)
#D2D4E9
(210,212,233)
#DDDDED
(221,221,237)
#E8E6F1
(232,230,241)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8595CD color. Also use rgb(133,149,205) instead hex code.

Text Font Color

.myTextColor { color: #8595CD; }

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

This text font color is #8595CD.

Background Color

.myBgColor { background-color: #8595CD; }

<div style="background-color:#8595CD">Inner text</div>

This div background color is #8595CD.

Border color

.myBorderColor { border: 1px solid #8595CD; }

<div style="border:3px solid #8595CD">Div</div>

This div border color is #8595CD.

Opacity

.myOpacity80 { color: #8595CD; opacity: 0.8; }

<p style="color:#8595CD;opacity:0.8;">80%</p>

Text with #8595CD 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 #8595CD;}

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

This text has shadow with #8595CD color.


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

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

This text has shadow with #8595CD primary color and red secondary color.


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

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

This text has shadow with #8595CD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8595CD.

Preview

Color preview on black background

This text has color #8595CD on black background.


Color preview on white background

This text has color #8595CD on white background.


Black color preview on #8595CD background

This text has black color on #8595CD background.


White color preview on #8595CD background

This text has white color on #8595CD background.


Related colors

Complementary color

Complementary color for #hex is #7A6A32.


I love getcolorcode.com

Triadic colors

1 #CD8595 and #95CD85 with #8595CD are triadic colors.

2 #CD9585 and #9585CD with #8595CD are triadic colors.