#8E94DD

Color #8E94DD Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #8E94DD

Tints of Portage #8E94DD

Color information

#8E94DD (or 0x8E94DD) is unknown color: approx Portage. HEX triplet: 8E, 94 and DD. RGB value is (142,148,221). Sum of RGB (Red+Green+Blue) = 142+148+221=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E94DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E94DD is #716B22. Grayscale: #9A9A9A. Windows color (decimal): -7432995 or 14521486. OLE color: 14521486.

HSL color Cylindrical-coordinate representation of color #8E94DD: hue angle of 235.44º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E94DD is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142148221-
CMYK0.360.3300.13
HSL235.44º53.74%71.18%-
HSV(B)235.44º35.75%86.67%-
XYZ34.832.1572.78-
YUV154.53165.51119.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 221 (86.72% from 255) = 43.25%
R=27.79%
G=28.96%
B=43.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421482210.360.3300.13235.4453.7471.18
Hex8E94DD24210Deb3647
Octal216224335444101535366107
Binary10001110100101001101110110010010000101101111010111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E94DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E94DD; }

 p { color: rgb(142,148,221); }

 H1.HeaderClassName
 {
   color: #8E94DD;
 }
 .AnyTagClassName
 {
   color: #8E94DD;
 }
</style>
background-color css

<style>
 a { background-color: #8E94DD; }

 a { background-color: rgb(142,148,221); }

 div.DivClassName
 {
   background-color: #8E94DD;
 }
 .BgClassName
 {
   background-color: #8E94DD;
 }
</style>
border-color css

<style>
 span { border-color: #8E94DD; }

 span { border-color: rgb(142,148,221); }

 td.TdClassName
 {
   border-color: #8E94DD;
 }
 .TagClassName
 {
   border-color: #8E94DD;
 }
</style>