#8E95FD

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

Shades of Portage #8E95FD

Tints of Portage #8E95FD

Color information

#8E95FD (or 0x8E95FD) is unknown color: approx Portage. HEX triplet: 8E, 95 and FD. RGB value is (142,149,253). Sum of RGB (Red+Green+Blue) = 142+149+253=544 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.10% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E95FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E95FD is #716A02. Grayscale: #9E9E9E. Windows color (decimal): -7432707 or 16618894. OLE color: 16618894.

HSL color Cylindrical-coordinate representation of color #8E95FD: hue angle of 236.22º degrees, saturation: 0.97, 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 #8E95FD is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB142149253-
CMYK0.440.4100.01
HSL236.22º96.52%77.45%-
HSV(B)236.22º43.87%99.22%-
XYZ39.6334.3497.47-
YUV158.76181.18116.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.10%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=26.10%
G=27.39%
B=46.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421492530.440.4100.01236.2296.5277.45
Hex8E95FD2C2901ec614d
Octal216225375545101354141115
Binary100011101001010111111101101100101001011110110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E95FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,253); }

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

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

 a { background-color: rgb(142,149,253); }

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

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

 span { border-color: rgb(142,149,253); }

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