COLOR #8599DD

HEX: #8599DD RGB: (133,153,221)

Color info

#8599DD contains mainly blue color. Web safe color of #8599DD is #9999CC (or #99C).

RGB color model

#8599DD color RGB value is (133,153,221).

RGB: (133,153,221) (52%, 60%, 87%)

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 221 of 255 = 87%

133
153
221

R + G + B ~ 66%. #8599DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 153 + 221 = 507 (100%)
R 133 of 507 ~ 26.23%
G 153 of 507 ~ 30.18%
B 221 of 507 ~ 43.59'%

%26.23
%30.18
%43.59

CMYK color model

#8599DD color CMYK value is (40,31,0,13).

  • cyan value is 39.82%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (40,31,0,13)
C40M31Y0K13 (40%, 31%, 0%, 13%)
(0.40 / 0.31 / 0.00 / 0.13)

CMYK percentages

%39.82
%30.77
%0
%13.33

Codes

Color #8599DD in popluar color models

85 99 DD
RGB 133 153 221
HSL 226° 56.41% 69.41%
HSB/HSV 226° 39.82% 86.67%
CMYK 39.82% 30.77% 0.00%
13.33%

Color #8599DD in popluar number systems.

HEX 85 99 DD
Decimal 133 153 221
Binary 10000101 10011001 11011101
Octal 205 231 335

Shades and tints

Shades of #8599DD

#8599DD
(133,153,221)
#798CC9
(121,140,201)
#6D7FB5
(109,127,181)
#6172A1
(97,114,161)
#55658D
(85,101,141)
#495879
(73,88,121)
#3D4B65
(61,75,101)
#313E51
(49,62,81)
#25313D
(37,49,61)
#192429
(25,36,41)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #8599DD

#8599DD
(133,153,221)
#90A2E0
(144,162,224)
#9BABE3
(155,171,227)
#A6B4E6
(166,180,230)
#B1BDE9
(177,189,233)
#BCC6EC
(188,198,236)
#C7CFEF
(199,207,239)
#D2D8F2
(210,216,242)
#DDE1F5
(221,225,245)
#E8EAF8
(232,234,248)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8599DD color. Also use rgb(133,153,221) instead hex code.

Text Font Color

.myTextColor { color: #8599DD; }

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

This text font color is #8599DD.

Background Color

.myBgColor { background-color: #8599DD; }

<div style="background-color:#8599DD">Inner text</div>

This div background color is #8599DD.

Border color

.myBorderColor { border: 1px solid #8599DD; }

<div style="border:3px solid #8599DD">Div</div>

This div border color is #8599DD.

Opacity

.myOpacity80 { color: #8599DD; opacity: 0.8; }

<p style="color:#8599DD;opacity:0.8;">80%</p>

Text with #8599DD 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 #8599DD;}

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

This text has shadow with #8599DD color.


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

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

This text has shadow with #8599DD primary color and red secondary color.


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

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

This text has shadow with #8599DD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8599DD.

Preview

Color preview on black background

This text has color #8599DD on black background.


Color preview on white background

This text has color #8599DD on white background.


Black color preview on #8599DD background

This text has black color on #8599DD background.


White color preview on #8599DD background

This text has white color on #8599DD background.


Related colors

Complementary color

Complementary color for #hex is #7A6622.


I love getcolorcode.com

Triadic colors

1 #DD8599 and #99DD85 with #8599DD are triadic colors.

2 #DD9985 and #9985DD with #8599DD are triadic colors.