#8E9DDA

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

Shades of Portage #8E9DDA

Tints of Portage #8E9DDA

Color information

#8E9DDA (or 0x8E9DDA) is unknown color: approx Portage. HEX triplet: 8E, 9D and DA. RGB value is (142,157,218). Sum of RGB (Red+Green+Blue) = 142+157+218=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E9DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9DDA is #716225. Grayscale: #9F9F9F. Windows color (decimal): -7430694 or 14327182. OLE color: 14327182.

HSL color Cylindrical-coordinate representation of color #8E9DDA: hue angle of 228.16º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E9DDA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142157218-
CMYK0.350.2800.15
HSL228.16º50.67%70.59%-
HSV(B)228.16º34.86%85.49%-
XYZ35.8734.9371.18-
YUV159.47161.03115.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=27.47%
G=30.37%
B=42.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421572180.350.2800.15228.1650.6770.59
Hex8E9DDA231C0Fe43347
Octal216235332433401734463107
Binary1000111010011101110110101000111110001111111001001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,157,218); }

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

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

 a { background-color: rgb(142,157,218); }

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

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

 span { border-color: rgb(142,157,218); }

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