#8E9EFB

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

Shades of Portage #8E9EFB

Tints of Portage #8E9EFB

Color information

#8E9EFB (or 0x8E9EFB) is unknown color: approx Portage. HEX triplet: 8E, 9E and FB. RGB value is (142,158,251). Sum of RGB (Red+Green+Blue) = 142+158+251=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E9EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9EFB is #716104. Grayscale: #A3A3A3. Windows color (decimal): -7430405 or 16490126. OLE color: 16490126.

HSL color Cylindrical-coordinate representation of color #8E9EFB: hue angle of 231.19º 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 #8E9EFB is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB142158251-
CMYK0.430.3700.02
HSL231.19º93.16%77.06%-
HSV(B)231.19º43.43%98.43%-
XYZ40.7937.1796.29-
YUV163.82177.2112.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.77%
GREEN value IS 158 (62.11% from 255) = 28.68%
BLUE value IS 251 (98.44% from 255) = 45.55%
R=25.77%
G=28.68%
B=45.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421582510.430.3700.02231.1993.1677.06
Hex8E9EFB2B2502e75d4d
Octal216236373534502347135115
Binary1000111010011110111110111010111001010101110011110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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