#8EA0FD

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

Shades of Portage #8EA0FD

Tints of Portage #8EA0FD

Color information

#8EA0FD (or 0x8EA0FD) is unknown color: approx Portage. HEX triplet: 8E, A0 and FD. RGB value is (142,160,253). Sum of RGB (Red+Green+Blue) = 142+160+253=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EA0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA0FD is #715F02. Grayscale: #A4A4A4. Windows color (decimal): -7429891 or 16621710. OLE color: 16621710.

HSL color Cylindrical-coordinate representation of color #8EA0FD: hue angle of 230.27º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EA0FD is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142160253-
CMYK0.440.3700.01
HSL230.27º96.52%77.45%-
HSV(B)230.27º43.87%99.22%-
XYZ41.4637.9898.08-
YUV165.22177.54111.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 160 (62.89% from 255) = 28.83%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=25.59%
G=28.83%
B=45.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421602530.440.3700.01230.2796.5277.45
Hex8EA0FD2C2501e6614d
Octal216240375544501346141115
Binary100011101010000011111101101100100101011110011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,160,253); }

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

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

 a { background-color: rgb(142,160,253); }

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

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

 span { border-color: rgb(142,160,253); }

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