#8E9CFA

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

Shades of Portage #8E9CFA

Tints of Portage #8E9CFA

Color information

#8E9CFA (or 0x8E9CFA) is unknown color: approx Portage. HEX triplet: 8E, 9C and FA. RGB value is (142,156,250). Sum of RGB (Red+Green+Blue) = 142+156+250=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #8E9CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9CFA is #716305. Grayscale: #A2A2A2. Windows color (decimal): -7430918 or 16424078. OLE color: 16424078.

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

Color convert

RGB142156250-
CMYK0.430.3800.02
HSL232.22º91.53%76.86%-
HSV(B)232.22º43.2%98.04%-
XYZ40.336.4395.35-
YUV162.53177.36113.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=25.91%
G=28.47%
B=45.62%

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
Decimal1421562500.430.3800.02232.2291.5376.86
Hex8E9CFA2B2602e85c4d
Octal216234372534602350134115
Binary1000111010011100111110101010111001100101110100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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