COLOR #8590AD

HEX: #8590AD
RGB: (133,144,173)

Color info

#8590AD contains red, green and blue colors in about the same proportion. Web safe color of #8590AD is #999999 (or #999).

RGB color model

#8590AD color RGB value is (133,144,173).

  • red value is 133;
  • green value is 144;
  • blue value is 173.
RGB:
(133,144,173)
(52%,56%,68%)

RGB channels and saturation

R 133 of 255 = 52%
G 144 of 255 = 56%
B 173 of 255 = 68%

133
144
173

R + G + B ~ 59%. #8590AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 144 + 173 = 450 (100%)
R 133 of 450 ~ 29.56%
G 144 of 450 ~ 32%
B 173 of 450 ~ 38.44%

%29.56
%32
%38.44

CMYK color model

#8590AD color CMYK value is (23,17,0,32).

  • cyan value is 23.12%
  • magenta value is 16.76%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(23,17,0,32)
C23M17Y0K32 
(23%,17%,0%,32%)
(0.23/0.17/0.00/0.32)	

CMYK percentages

%23.12
%16.76
%0
%32.16

Codes

Color #8590AD in popluar color models

8590AD
RGB133144173
HSL224°19.61%60.00%
HSB/HSV224°23.12%67.84%
CMYK23.12%16.76%0.00%
32.16%

Color #8590AD in popluar number systems.

HEX8590AD
Decimal133144173
Binary100001011001000010101101
Octal205220255

Shades and tints

Shades of #8590AD

#8590AD
(133,144,173)
#79839E
(121,131,158)
#6D768F
(109,118,143)
#616980
(97,105,128)
#555C71
(85,92,113)
#494F62
(73,79,98)
#3D4253
(61,66,83)
#313544
(49,53,68)
#252835
(37,40,53)
#191B26
(25,27,38)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #8590AD

#8590AD
(133,144,173)
#909AB4
(144,154,180)
#9BA4BB
(155,164,187)
#A6AEC2
(166,174,194)
#B1B8C9
(177,184,201)
#BCC2D0
(188,194,208)
#C7CCD7
(199,204,215)
#D2D6DE
(210,214,222)
#DDE0E5
(221,224,229)
#E8EAEC
(232,234,236)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8590AD color. Also use rgb(133,144,173) instead hex code.

Text Font Color

.myTextColor { color: #8590AD; }

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

This text font color is #8590AD.


Background Color

.myBgColor { background-color: #8590AD; }

<div style="background-color:#8590AD">Inner text</div>

This div background color is #8590AD.


Border color

.myBorderColor { border: 1px solid #8590AD; }

<div style="border:3px solid #8590AD">Div</div>

This div border color is #8590AD.


Opacity

.myOpacity80 { color: #8590AD; opacity: 0.8; }

<p style="color:#8590AD;opacity:0.8;">80%</p>

Text with #8590AD 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 #8590AD;}

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

This text has shadow with #8590AD color.

.textShadow {text-shadow: 3px 3px 1px #8590AD, 3px 3px 1px red;}

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

This text has shadow with #8590AD primary color and red secondary color.


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

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

This text has shadow with #8590AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8590AD on black background.


Color preview on white background

This text has color #8590AD on white background.



Black color preview on #8590AD background

This text has black color on #8590AD background.


White color preview on #8590AD background

This text has white color on #8590AD background.