#8EA7FD

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

Shades of Portage #8EA7FD

Tints of Portage #8EA7FD

Color information

#8EA7FD (or 0x8EA7FD) is unknown color: approx Portage. HEX triplet: 8E, A7 and FD. RGB value is (142,167,253). Sum of RGB (Red+Green+Blue) = 142+167+253=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 167 (65.62% from 255 or 29.72% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EA7FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA7FD is #715802. Grayscale: #A8A8A8. Windows color (decimal): -7428099 or 16623502. OLE color: 16623502.

HSL color Cylindrical-coordinate representation of color #8EA7FD: hue angle of 226.49º 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 #8EA7FD is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142167253-
CMYK0.440.3400.01
HSL226.49º96.52%77.45%-
HSV(B)226.49º43.87%99.22%-
XYZ42.740.4898.49-
YUV169.33175.22108.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.27%
GREEN value IS 167 (65.62% from 255) = 29.72%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=25.27%
G=29.72%
B=45.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421672530.440.3400.01226.4996.5277.45
Hex8EA7FD2C2201e2614d
Octal216247375544201342141115
Binary100011101010011111111101101100100010011110001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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