COLOR #8598D5

HEX: #8598D5
RGB: (133,152,213)

Color info

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

RGB color model

#8598D5 color RGB value is (133,152,213).

  • red value is 133;
  • green value is 152;
  • blue value is 213.
RGB:
(133,152,213)
(52%,60%,84%)

RGB channels and saturation

R 133 of 255 = 52%
G 152 of 255 = 60%
B 213 of 255 = 84%

133
152
213

R + G + B ~ 65%. #8598D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 152 + 213 = 498 (100%)
R 133 of 498 ~ 26.71%
G 152 of 498 ~ 30.52%
B 213 of 498 ~ 42.77%

%26.71
%30.52
%42.77

CMYK color model

#8598D5 color CMYK value is (38,29,0,16).

  • cyan value is 37.56%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(38,29,0,16)
C38M29Y0K16 
(38%,29%,0%,16%)
(0.38/0.29/0.00/0.16)	

CMYK percentages

%37.56
%28.64
%0
%16.47

Codes

Color #8598D5 in popluar color models

8598D5
RGB133152213
HSL226°48.78%67.84%
HSB/HSV226°37.56%83.53%
CMYK37.56%28.64%0.00%
16.47%

Color #8598D5 in popluar number systems.

HEX8598D5
Decimal133152213
Binary100001011001100011010101
Octal205230325

Shades and tints

Shades of #8598D5

#8598D5
(133,152,213)
#798BC2
(121,139,194)
#6D7EAF
(109,126,175)
#61719C
(97,113,156)
#556489
(85,100,137)
#495776
(73,87,118)
#3D4A63
(61,74,99)
#313D50
(49,61,80)
#25303D
(37,48,61)
#19232A
(25,35,42)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #8598D5

#8598D5
(133,152,213)
#90A1D8
(144,161,216)
#9BAADB
(155,170,219)
#A6B3DE
(166,179,222)
#B1BCE1
(177,188,225)
#BCC5E4
(188,197,228)
#C7CEE7
(199,206,231)
#D2D7EA
(210,215,234)
#DDE0ED
(221,224,237)
#E8E9F0
(232,233,240)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8598D5 color. Also use rgb(133,152,213) instead hex code.

Text Font Color

.myTextColor { color: #8598D5; }

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

This text font color is #8598D5.


Background Color

.myBgColor { background-color: #8598D5; }

<div style="background-color:#8598D5">Inner text</div>

This div background color is #8598D5.


Border color

.myBorderColor { border: 1px solid #8598D5; }

<div style="border:3px solid #8598D5">Div</div>

This div border color is #8598D5.


Opacity

.myOpacity80 { color: #8598D5; opacity: 0.8; }

<p style="color:#8598D5;opacity:0.8;">80%</p>

Text with #8598D5 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 #8598D5;}

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

This text has shadow with #8598D5 color.

.textShadow {text-shadow: 3px 3px 1px #8598D5, 3px 3px 1px red;}

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

This text has shadow with #8598D5 primary color and red secondary color.


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

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

This text has shadow with #8598D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8598D5 on black background.


Color preview on white background

This text has color #8598D5 on white background.



Black color preview on #8598D5 background

This text has black color on #8598D5 background.


White color preview on #8598D5 background

This text has white color on #8598D5 background.