#8EA3FA

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

Shades of Portage #8EA3FA

Tints of Portage #8EA3FA

Color information

#8EA3FA (or 0x8EA3FA) is unknown color: approx Portage. HEX triplet: 8E, A3 and FA. RGB value is (142,163,250). Sum of RGB (Red+Green+Blue) = 142+163+250=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EA3FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA3FA is #715C05. Grayscale: #A6A6A6. Windows color (decimal): -7429126 or 16425870. OLE color: 16425870.

HSL color Cylindrical-coordinate representation of color #8EA3FA: hue angle of 228.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EA3FA is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142163250-
CMYK0.430.3500.02
HSL228.33º91.53%76.86%-
HSV(B)228.33º43.2%98.04%-
XYZ41.5138.8595.75-
YUV166.64175.04110.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 163 (64.06% from 255) = 29.37%
BLUE value IS 250 (98.05% from 255) = 45.05%
R=25.59%
G=29.37%
B=45.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421632500.430.3500.02228.3391.5376.86
Hex8EA3FA2B2302e45c4d
Octal216243372534302344134115
Binary1000111010100011111110101010111000110101110010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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