#8EA4EA

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

Shades of Portage #8EA4EA

Tints of Portage #8EA4EA

Color information

#8EA4EA (or 0x8EA4EA) is unknown color: approx Portage. HEX triplet: 8E, A4 and EA. RGB value is (142,164,234). Sum of RGB (Red+Green+Blue) = 142+164+234=540 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.30% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EA4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA4EA is #715B15. Grayscale: #A5A5A5. Windows color (decimal): -7428886 or 15377550. OLE color: 15377550.

HSL color Cylindrical-coordinate representation of color #8EA4EA: hue angle of 225.65º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EA4EA is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142164234-
CMYK0.390.3000.08
HSL225.65º68.66%73.73%-
HSV(B)225.65º39.32%91.76%-
XYZ39.2838.2483.15-
YUV165.4166.71111.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.30%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=26.30%
G=30.37%
B=43.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421642340.390.3000.08225.6568.6673.73
Hex8EA4EA271E08e2454a
Octal2162443524736010342105112
Binary10001110101001001110101010011111110010001110001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,164,234); }

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

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

 a { background-color: rgb(142,164,234); }

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

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

 span { border-color: rgb(142,164,234); }

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