#8EA6EB

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

Shades of Portage #8EA6EB

Tints of Portage #8EA6EB

Color information

#8EA6EB (or 0x8EA6EB) is unknown color: approx Portage. HEX triplet: 8E, A6 and EB. RGB value is (142,166,235). Sum of RGB (Red+Green+Blue) = 142+166+235=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EA6EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA6EB is #715914. Grayscale: #A6A6A6. Windows color (decimal): -7428373 or 15443598. OLE color: 15443598.

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

Color convert

RGB142166235-
CMYK0.400.2900.08
HSL224.52º69.92%73.92%-
HSV(B)224.52º39.57%92.16%-
XYZ39.7939.0284.03-
YUV166.69166.55110.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=26.15%
G=30.57%
B=43.28%

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
Decimal1421662350.400.2900.08224.5269.9273.92
Hex8EA6EB281D08e1464a
Octal2162463535035010341106112
Binary10001110101001101110101110100011101010001110000110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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