#8E9FFA

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

Shades of Portage #8E9FFA

Tints of Portage #8E9FFA

Color information

#8E9FFA (or 0x8E9FFA) is unknown color: approx Portage. HEX triplet: 8E, 9F and FA. RGB value is (142,159,250). Sum of RGB (Red+Green+Blue) = 142+159+250=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E9FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9FFA is #716005. Grayscale: #A3A3A3. Windows color (decimal): -7430150 or 16424846. OLE color: 16424846.

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

Color convert

RGB142159250-
CMYK0.430.3600.02
HSL230.56º91.53%76.86%-
HSV(B)230.56º43.2%98.04%-
XYZ40.8137.4595.52-
YUV164.29176.37112.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.77%
GREEN value IS 159 (62.5% from 255) = 28.86%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=25.77%
G=28.86%
B=45.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421592500.430.3600.02230.5691.5376.86
Hex8E9FFA2B2402e75c4d
Octal216237372534402347134115
Binary1000111010011111111110101010111001000101110011110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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