#8E93FC

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

Shades of Portage #8E93FC

Tints of Portage #8E93FC

Color information

#8E93FC (or 0x8E93FC) is unknown color: approx Portage. HEX triplet: 8E, 93 and FC. RGB value is (142,147,252). Sum of RGB (Red+Green+Blue) = 142+147+252=541 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.25% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E93FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E93FC is #716C03. Grayscale: #9D9D9D. Windows color (decimal): -7433220 or 16552846. OLE color: 16552846.

HSL color Cylindrical-coordinate representation of color #8E93FC: hue angle of 237.27º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E93FC is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142147252-
CMYK0.440.4200.01
HSL237.27º94.83%77.25%-
HSV(B)237.27º43.65%98.82%-
XYZ39.1633.6596.53-
YUV157.48181.34116.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.25%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=26.25%
G=27.17%
B=46.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421472520.440.4200.01237.2794.8377.25
Hex8E93FC2C2A01ed5f4d
Octal216223374545201355137115
Binary100011101001001111111100101100101010011110110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E93FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,147,252); }

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

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

 a { background-color: rgb(142,147,252); }

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

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

 span { border-color: rgb(142,147,252); }

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