#8EA5FB

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

Shades of Portage #8EA5FB

Tints of Portage #8EA5FB

Color information

#8EA5FB (or 0x8EA5FB) is unknown color: approx Portage. HEX triplet: 8E, A5 and FB. RGB value is (142,165,251). Sum of RGB (Red+Green+Blue) = 142+165+251=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #8EA5FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EA5FB is #715A04. Grayscale: #A7A7A7. Windows color (decimal): -7428613 or 16491918. OLE color: 16491918.

HSL color Cylindrical-coordinate representation of color #8EA5FB: hue angle of 227.34º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EA5FB is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142165251-
CMYK0.430.3400.02
HSL227.34º93.16%77.06%-
HSV(B)227.34º43.43%98.43%-
XYZ42.0239.6396.7-
YUV167.93174.88109.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.45%
GREEN value IS 165 (64.84% from 255) = 29.57%
BLUE value IS 251 (98.44% from 255) = 44.98%
R=25.45%
G=29.57%
B=44.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421652510.430.3400.02227.3493.1677.06
Hex8EA5FB2B2202e35d4d
Octal216245373534202343135115
Binary1000111010100101111110111010111000100101110001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,165,251); }

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

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

 a { background-color: rgb(142,165,251); }

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

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

 span { border-color: rgb(142,165,251); }

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