#8E9EDA

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

Shades of Portage #8E9EDA

Tints of Portage #8E9EDA

Color information

#8E9EDA (or 0x8E9EDA) is unknown color: approx Portage. HEX triplet: 8E, 9E and DA. RGB value is (142,158,218). Sum of RGB (Red+Green+Blue) = 142+158+218=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E9EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9EDA is #716125. Grayscale: #9F9F9F. Windows color (decimal): -7430438 or 14327438. OLE color: 14327438.

HSL color Cylindrical-coordinate representation of color #8E9EDA: hue angle of 227.37º 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 #8E9EDA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142158218-
CMYK0.350.2800.15
HSL227.37º50.67%70.59%-
HSV(B)227.37º34.86%85.49%-
XYZ36.0435.2771.24-
YUV160.06160.7115.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=27.41%
G=30.50%
B=42.08%

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
Decimal1421582180.350.2800.15227.3750.6770.59
Hex8E9EDA231C0Fe33347
Octal216236332433401734363107
Binary1000111010011110110110101000111110001111111000111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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