#8E98FB

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

Shades of Portage #8E98FB

Tints of Portage #8E98FB

Color information

#8E98FB (or 0x8E98FB) is unknown color: approx Portage. HEX triplet: 8E, 98 and FB. RGB value is (142,152,251). Sum of RGB (Red+Green+Blue) = 142+152+251=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E98FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E98FB is #716704. Grayscale: #9F9F9F. Windows color (decimal): -7431941 or 16488590. OLE color: 16488590.

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

Color convert

RGB142152251-
CMYK0.430.3900.02
HSL234.5º93.16%77.06%-
HSV(B)234.5º43.43%98.43%-
XYZ39.835.1795.96-
YUV160.3179.19114.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=26.06%
G=27.89%
B=46.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421522510.430.3900.02234.593.1677.06
Hex8E98FB2B2702ea5d4d
Octal216230373534702352135115
Binary1000111010011000111110111010111001110101110101010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E98FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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