COLOR #8090DF

HEX: #8090DF RGB: (128,144,223)

Color info

#8090DF contains mainly blue color. Web safe color of #8090DF is #6699CC (or #69C).

RGB color model

#8090DF color RGB value is (128,144,223).

RGB: (128,144,223) (50%, 56%, 87%)

RGB channels and saturation

R 128 of 255 = 50%
G 144 of 255 = 56%
B 223 of 255 = 87%

128
144
223

R + G + B ~ 64%. #8090DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 144 + 223 = 495 (100%)
R 128 of 495 ~ 25.86%
G 144 of 495 ~ 29.09%
B 223 of 495 ~ 45.05'%

%25.86
%29.09
%45.05

CMYK color model

#8090DF color CMYK value is (43,35,0,13).

  • cyan value is 42.60%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (43,35,0,13)
C43M35Y0K13 (43%, 35%, 0%, 13%)
(0.43 / 0.35 / 0.00 / 0.13)

CMYK percentages

%42.6
%35.43
%0
%12.55

Codes

Color #8090DF in popluar color models

80 90 DF
RGB 128 144 223
HSL 230° 59.75% 68.82%
HSB/HSV 230° 42.60% 87.45%
CMYK 42.60% 35.43% 0.00%
12.55%

Color #8090DF in popluar number systems.

HEX 80 90 DF
Decimal 128 144 223
Binary 10000000 10010000 11011111
Octal 200 220 337

Shades and tints

Shades of #8090DF

#8090DF
(128,144,223)
#7583CB
(117,131,203)
#6A76B7
(106,118,183)
#5F69A3
(95,105,163)
#545C8F
(84,92,143)
#494F7B
(73,79,123)
#3E4267
(62,66,103)
#333553
(51,53,83)
#28283F
(40,40,63)
#1D1B2B
(29,27,43)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #8090DF

#8090DF
(128,144,223)
#8B9AE1
(139,154,225)
#96A4E3
(150,164,227)
#A1AEE5
(161,174,229)
#ACB8E7
(172,184,231)
#B7C2E9
(183,194,233)
#C2CCEB
(194,204,235)
#CDD6ED
(205,214,237)
#D8E0EF
(216,224,239)
#E3EAF1
(227,234,241)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8090DF color. Also use rgb(128,144,223) instead hex code.

Text Font Color

.myTextColor { color: #8090DF; }

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

This text font color is #8090DF.

Background Color

.myBgColor { background-color: #8090DF; }

<div style="background-color:#8090DF">Inner text</div>

This div background color is #8090DF.

Border color

.myBorderColor { border: 1px solid #8090DF; }

<div style="border:3px solid #8090DF">Div</div>

This div border color is #8090DF.

Opacity

.myOpacity80 { color: #8090DF; opacity: 0.8; }

<p style="color:#8090DF;opacity:0.8;">80%</p>

Text with #8090DF 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 #8090DF;}

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

This text has shadow with #8090DF color.


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

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

This text has shadow with #8090DF primary color and red secondary color.


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

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

This text has shadow with #8090DF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8090DF.

Preview

Color preview on black background

This text has color #8090DF on black background.


Color preview on white background

This text has color #8090DF on white background.


Black color preview on #8090DF background

This text has black color on #8090DF background.


White color preview on #8090DF background

This text has white color on #8090DF background.


Related colors

Complementary color

Complementary color for #hex is #7F6F20.


I love getcolorcode.com

Triadic colors

1 #DF8090 and #90DF80 with #8090DF are triadic colors.

2 #DF9080 and #9080DF with #8090DF are triadic colors.