#8EA5FA

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

Shades of Portage #8EA5FA

Tints of Portage #8EA5FA

Color information

#8EA5FA (or 0x8EA5FA) is unknown color: approx Portage. HEX triplet: 8E, A5 and FA. RGB value is (142,165,250). Sum of RGB (Red+Green+Blue) = 142+165+250=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EA5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA5FA is #715A05. Grayscale: #A7A7A7. Windows color (decimal): -7428614 or 16426382. OLE color: 16426382.

HSL color Cylindrical-coordinate representation of color #8EA5FA: hue angle of 227.22º 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 #8EA5FA is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142165250-
CMYK0.430.3400.02
HSL227.22º91.53%76.86%-
HSV(B)227.22º43.2%98.04%-
XYZ41.8739.5695.87-
YUV167.81174.38109.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 165 (64.84% from 255) = 29.62%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=25.49%
G=29.62%
B=44.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421652500.430.3400.02227.2291.5376.86
Hex8EA5FA2B2202e35c4d
Octal216245372534202343134115
Binary1000111010100101111110101010111000100101110001110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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