#8e9ae7

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

Shades of Portage #8E9AE7

Tints of Portage #8E9AE7

Color information

#8E9AE7 (or 0x8E9AE7) is unknown color: approx Portage. HEX triplet: 8E, 9A and E7. RGB value is (142,154,231). Sum of RGB (Red+Green+Blue) = 142+154+231=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #8E9AE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9AE7 is #716518. Grayscale: #9E9E9E. Windows color (decimal): -7431449 or 15178382. OLE color: 15178382.

HSL color Cylindrical-coordinate representation of color #8E9AE7: hue angle of 231.91º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E9AE7 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142154231-
CMYK0.390.3300.09
HSL231.91º64.96%73.14%-
HSV(B)231.91º38.53%90.59%-
XYZ37.1334.6380.33-
YUV159.19168.52115.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 154 (60.55% from 255) = 29.22%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=26.94%
G=29.22%
B=43.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1421542310.390.3300.09231.9164.9673.14
Hex8E9AE7272109e84149
Octal2162323474741011350101111
Binary100011101001101011100111100111100001010011110100010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e9ae7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,154,231); }

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

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

 a { background-color: rgb(142,154,231); }

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

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

 span { border-color: rgb(142,154,231); }

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