COLOR #8599F0

HEX: #8599F0 RGB: (133,153,240)

Color info

#8599F0 contains mainly blue color. Web safe color of #8599F0 is #9999FF (or #99F).

RGB color model

#8599F0 color RGB value is (133,153,240).

RGB: (133,153,240) (52%, 60%, 94%)

RGB channels and saturation

R 133 of 255 = 52%
G 153 of 255 = 60%
B 240 of 255 = 94%

133
153
240

R + G + B ~ 69%. #8599F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 153 + 240 = 526 (100%)
R 133 of 526 ~ 25.29%
G 153 of 526 ~ 29.09%
B 240 of 526 ~ 45.63'%

%25.29
%29.09
%45.63

CMYK color model

#8599F0 color CMYK value is (45,36,0,6).

  • cyan value is 44.58%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (45,36,0,6)
C45M36Y0K6 (45%, 36%, 0%, 6%)
(0.45 / 0.36 / 0.00 / 0.06)

CMYK percentages

%44.58
%36.25
%0
%5.88

Codes

Color #8599F0 in popluar color models

85 99 F0
RGB 133 153 240
HSL 229° 78.10% 73.14%
HSB/HSV 229° 44.58% 94.12%
CMYK 44.58% 36.25% 0.00%
5.88%

Color #8599F0 in popluar number systems.

HEX 85 99 F0
Decimal 133 153 240
Binary 10000101 10011001 11110000
Octal 205 231 360

Shades and tints

Shades of #8599F0

#8599F0
(133,153,240)
#798CDB
(121,140,219)
#6D7FC6
(109,127,198)
#6172B1
(97,114,177)
#55659C
(85,101,156)
#495887
(73,88,135)
#3D4B72
(61,75,114)
#313E5D
(49,62,93)
#253148
(37,49,72)
#192433
(25,36,51)
#0D171E
(13,23,30)
#000000
(0,0,0)

Tints of #8599F0

#8599F0
(133,153,240)
#90A2F1
(144,162,241)
#9BABF2
(155,171,242)
#A6B4F3
(166,180,243)
#B1BDF4
(177,189,244)
#BCC6F5
(188,198,245)
#C7CFF6
(199,207,246)
#D2D8F7
(210,216,247)
#DDE1F8
(221,225,248)
#E8EAF9
(232,234,249)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8599F0; }

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

This text font color is #8599F0.

Background Color

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

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

This div background color is #8599F0.

Border color

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

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

This div border color is #8599F0.

Opacity

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

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

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

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

This text has shadow with #8599F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8599F0.

Preview

Color preview on black background

This text has color #8599F0 on black background.


Color preview on white background

This text has color #8599F0 on white background.


Black color preview on #8599F0 background

This text has black color on #8599F0 background.


White color preview on #8599F0 background

This text has white color on #8599F0 background.


Related colors

Complementary color

Complementary color for #hex is #7A660F.


I love getcolorcode.com

Triadic colors

1 #F08599 and #99F085 with #8599F0 are triadic colors.

2 #F09985 and #9985F0 with #8599F0 are triadic colors.