#8E98FA

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

Shades of Portage #8E98FA

Tints of Portage #8E98FA

Color information

#8E98FA (or 0x8E98FA) is unknown color: approx Portage. HEX triplet: 8E, 98 and FA. RGB value is (142,152,250). Sum of RGB (Red+Green+Blue) = 142+152+250=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E98FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E98FA is #716705. Grayscale: #9F9F9F. Windows color (decimal): -7431942 or 16423054. OLE color: 16423054.

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

Color convert

RGB142152250-
CMYK0.430.3900.02
HSL234.44º91.53%76.86%-
HSV(B)234.44º43.2%98.04%-
XYZ39.6435.1195.13-
YUV160.18178.69115.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.10%
GREEN value IS 152 (59.77% from 255) = 27.94%
BLUE value IS 250 (98.05% from 255) = 45.96%
R=26.10%
G=27.94%
B=45.96%

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
Decimal1421522500.430.3900.02234.4491.5376.86
Hex8E98FA2B2702ea5c4d
Octal216230372534702352134115
Binary1000111010011000111110101010111001110101110101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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