#8EA2EF

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

Shades of Portage #8EA2EF

Tints of Portage #8EA2EF

Color information

#8EA2EF (or 0x8EA2EF) is unknown color: approx Portage. HEX triplet: 8E, A2 and EF. RGB value is (142,162,239). Sum of RGB (Red+Green+Blue) = 142+162+239=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA2EF is #715D10. Grayscale: #A4A4A4. Windows color (decimal): -7429393 or 15704718. OLE color: 15704718.

HSL color Cylindrical-coordinate representation of color #8EA2EF: hue angle of 227.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EA2EF is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142162239-
CMYK0.410.3200.06
HSL227.63º75.19%74.71%-
HSV(B)227.63º40.59%93.73%-
XYZ39.6637.8286.87-
YUV164.8169.87111.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 162 (63.67% from 255) = 29.83%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=26.15%
G=29.83%
B=44.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421622390.410.3200.06227.6375.1974.71
Hex8EA2EF292006e44b4b
Octal216242357514006344113113
Binary10001110101000101110111110100110000001101110010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,162,239); }

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

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

 a { background-color: rgb(142,162,239); }

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

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

 span { border-color: rgb(142,162,239); }

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