#8EA7E4

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

Shades of Portage #8EA7E4

Tints of Portage #8EA7E4

Color information

#8EA7E4 (or 0x8EA7E4) is unknown color: approx Portage. HEX triplet: 8E, A7 and E4. RGB value is (142,167,228). Sum of RGB (Red+Green+Blue) = 142+167+228=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #8EA7E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EA7E4 is #71581B. Grayscale: #A6A6A6. Windows color (decimal): -7428124 or 14985102. OLE color: 14985102.

HSL color Cylindrical-coordinate representation of color #8EA7E4: hue angle of 222.56º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EA7E4 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142167228-
CMYK0.380.2700.11
HSL222.56º61.43%72.55%-
HSV(B)222.56º37.72%89.41%-
XYZ38.9838.9978.87-
YUV166.48162.72110.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.44%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 228 (89.45% from 255) = 42.46%
R=26.44%
G=31.10%
B=42.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421672280.380.2700.11222.5661.4372.55
Hex8EA7E4261B0Bdf3d49
Octal216247344463301333775111
Binary1000111010100111111001001001101101101011110111111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,167,228); }

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

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

 a { background-color: rgb(142,167,228); }

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

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

 span { border-color: rgb(142,167,228); }

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