#8E97FA

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

Shades of Portage #8E97FA

Tints of Portage #8E97FA

Color information

#8E97FA (or 0x8E97FA) is unknown color: approx Portage. HEX triplet: 8E, 97 and FA. RGB value is (142,151,250). Sum of RGB (Red+Green+Blue) = 142+151+250=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E97FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E97FA is #716805. Grayscale: #9F9F9F. Windows color (decimal): -7432198 or 16422798. OLE color: 16422798.

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

Color convert

RGB142151250-
CMYK0.430.4000.02
HSL235º91.53%76.86%-
HSV(B)235º43.2%98.04%-
XYZ39.4834.7995.08-
YUV159.6179.02115.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 151 (59.38% from 255) = 27.81%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=26.15%
G=27.81%
B=46.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421512500.430.4000.0223591.5376.86
Hex8E97FA2B2802eb5c4d
Octal216227372535002353134115
Binary1000111010010111111110101010111010000101110101110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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