#8EA4EB

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

Shades of Portage #8EA4EB

Tints of Portage #8EA4EB

Color information

#8EA4EB (or 0x8EA4EB) is unknown color: approx Portage. HEX triplet: 8E, A4 and EB. RGB value is (142,164,235). Sum of RGB (Red+Green+Blue) = 142+164+235=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EA4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA4EB is #715B14. Grayscale: #A5A5A5. Windows color (decimal): -7428885 or 15443086. OLE color: 15443086.

HSL color Cylindrical-coordinate representation of color #8EA4EB: hue angle of 225.81º 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 #8EA4EB is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142164235-
CMYK0.400.3000.08
HSL225.81º69.92%73.92%-
HSV(B)225.81º39.57%92.16%-
XYZ39.4338.383.91-
YUV165.52167.21111.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=26.25%
G=30.31%
B=43.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421642350.400.3000.08225.8169.9273.92
Hex8EA4EB281E08e2464a
Octal2162443535036010342106112
Binary10001110101001001110101110100011110010001110001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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