#8EA3F0

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

Shades of Portage #8EA3F0

Tints of Portage #8EA3F0

Color information

#8EA3F0 (or 0x8EA3F0) is unknown color: approx Portage. HEX triplet: 8E, A3 and F0. RGB value is (142,163,240). Sum of RGB (Red+Green+Blue) = 142+163+240=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #8EA3F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA3F0 is #715C0F. Grayscale: #A5A5A5. Windows color (decimal): -7429136 or 15770510. OLE color: 15770510.

HSL color Cylindrical-coordinate representation of color #8EA3F0: hue angle of 227.14º degrees, saturation: 0.77, 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 #8EA3F0 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142163240-
CMYK0.410.3200.06
HSL227.14º76.56%74.9%-
HSV(B)227.14º40.83%94.12%-
XYZ39.9838.2487.71-
YUV165.5170.04111.24-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 163 (64.06% from 255) = 29.91%
BLUE value IS 240 (94.14% from 255) = 44.04%
R=26.06%
G=29.91%
B=44.04%

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
Decimal1421632400.410.3200.06227.1476.5674.9
Hex8EA3F0292006e34d4b
Octal216243360514006343115113
Binary10001110101000111111000010100110000001101110001110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,163,240); }

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

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

 a { background-color: rgb(142,163,240); }

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

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

 span { border-color: rgb(142,163,240); }

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