#8E9EEA

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

Shades of Portage #8E9EEA

Tints of Portage #8E9EEA

Color information

#8E9EEA (or 0x8E9EEA) is unknown color: approx Portage. HEX triplet: 8E, 9E and EA. RGB value is (142,158,234). Sum of RGB (Red+Green+Blue) = 142+158+234=534 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.59% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9EEA is #716115. Grayscale: #A1A1A1. Windows color (decimal): -7430422 or 15376014. OLE color: 15376014.

HSL color Cylindrical-coordinate representation of color #8E9EEA: hue angle of 229.57º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E9EEA is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142158234-
CMYK0.390.3200.08
HSL229.57º68.66%73.73%-
HSV(B)229.57º39.32%91.76%-
XYZ38.2336.1582.8-
YUV161.88168.7113.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.59%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=26.59%
G=29.59%
B=43.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421582340.390.3200.08229.5768.6673.73
Hex8E9EEA272008e6454a
Octal2162363524740010346105112
Binary100011101001111011101010100111100000010001110011010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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