#8EA7EF

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

Shades of Portage #8EA7EF

Tints of Portage #8EA7EF

Color information

#8EA7EF (or 0x8EA7EF) is unknown color: approx Portage. HEX triplet: 8E, A7 and EF. RGB value is (142,167,239). Sum of RGB (Red+Green+Blue) = 142+167+239=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EA7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA7EF is #715810. Grayscale: #A7A7A7. Windows color (decimal): -7428113 or 15705998. OLE color: 15705998.

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

Color convert

RGB142167239-
CMYK0.410.3000.06
HSL224.54º75.19%74.71%-
HSV(B)224.54º40.59%93.73%-
XYZ40.5539.6287.17-
YUV167.73168.22109.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=25.91%
G=30.47%
B=43.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421672390.410.3000.06224.5475.1974.71
Hex8EA7EF291E06e14b4b
Octal216247357513606341113113
Binary1000111010100111111011111010011111001101110000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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