#8E93DD

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

Shades of Portage #8E93DD

Tints of Portage #8E93DD

Color information

#8E93DD (or 0x8E93DD) is unknown color: approx Portage. HEX triplet: 8E, 93 and DD. RGB value is (142,147,221). Sum of RGB (Red+Green+Blue) = 142+147+221=510 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.84% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E93DD is #716C22. Grayscale: #999999. Windows color (decimal): -7433251 or 14521230. OLE color: 14521230.

HSL color Cylindrical-coordinate representation of color #8E93DD: hue angle of 236.2º 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 #8E93DD is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142147221-
CMYK0.360.3300.13
HSL236.2º53.74%71.18%-
HSV(B)236.2º35.75%86.67%-
XYZ34.6431.8472.73-
YUV153.94165.84119.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.84%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=27.84%
G=28.82%
B=43.33%

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
Decimal1421472210.360.3300.13236.253.7471.18
Hex8E93DD24210Dec3647
Octal216223335444101535466107
Binary10001110100100111101110110010010000101101111011001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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