#8E9AFA

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

Shades of Portage #8E9AFA

Tints of Portage #8E9AFA

Color information

#8E9AFA (or 0x8E9AFA) is unknown color: approx Portage. HEX triplet: 8E, 9A and FA. RGB value is (142,154,250). Sum of RGB (Red+Green+Blue) = 142+154+250=546 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.01% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E9AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9AFA is #716505. Grayscale: #A0A0A0. Windows color (decimal): -7431430 or 16423566. OLE color: 16423566.

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

Color convert

RGB142154250-
CMYK0.430.3800.02
HSL233.33º91.53%76.86%-
HSV(B)233.33º43.2%98.04%-
XYZ39.9735.7695.24-
YUV161.36178.02114.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.01%
GREEN value IS 154 (60.55% from 255) = 28.21%
BLUE value IS 250 (98.05% from 255) = 45.79%
R=26.01%
G=28.21%
B=45.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1421542500.430.3800.02233.3391.5376.86
Hex8E9AFA2B2602e95c4d
Octal216232372534602351134115
Binary1000111010011010111110101010111001100101110100110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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