#8e9aec

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

Shades of Portage #8E9AEC

Tints of Portage #8E9AEC

Color information

#8E9AEC (or 0x8E9AEC) is unknown color: approx Portage. HEX triplet: 8E, 9A and EC. RGB value is (142,154,236). Sum of RGB (Red+Green+Blue) = 142+154+236=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E9AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9AEC is #716513. Grayscale: #9F9F9F. Windows color (decimal): -7431444 or 15506062. OLE color: 15506062.

HSL color Cylindrical-coordinate representation of color #8E9AEC: hue angle of 232.34º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9AEC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142154236-
CMYK0.400.3500.07
HSL232.34º71.21%74.12%-
HSV(B)232.34º39.83%92.55%-
XYZ37.8534.9284.1-
YUV159.76171.02115.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.69%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 236 (92.58% from 255) = 44.36%
R=26.69%
G=28.95%
B=44.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421542360.400.3500.07232.3471.2174.12
Hex8E9AEC282307e8474a
Octal216232354504307350107112
Binary10001110100110101110110010100010001101111110100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e9aec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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