#8EA7EB

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

Shades of Portage #8EA7EB

Tints of Portage #8EA7EB

Color information

#8EA7EB (or 0x8EA7EB) is unknown color: approx Portage. HEX triplet: 8E, A7 and EB. RGB value is (142,167,235). Sum of RGB (Red+Green+Blue) = 142+167+235=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EA7EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA7EB is #715814. Grayscale: #A6A6A6. Windows color (decimal): -7428117 or 15443854. OLE color: 15443854.

HSL color Cylindrical-coordinate representation of color #8EA7EB: hue angle of 223.87º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EA7EB is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142167235-
CMYK0.400.2900.08
HSL223.87º69.92%73.92%-
HSV(B)223.87º39.57%92.16%-
XYZ39.9739.3984.09-
YUV167.28166.22109.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.10%
GREEN value IS 167 (65.62% from 255) = 30.70%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=26.10%
G=30.70%
B=43.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421672350.400.2900.08223.8769.9273.92
Hex8EA7EB281D08e0464a
Octal2162473535035010340106112
Binary10001110101001111110101110100011101010001110000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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