#8E9DFD

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

Shades of Portage #8E9DFD

Tints of Portage #8E9DFD

Color information

#8E9DFD (or 0x8E9DFD) is unknown color: approx Portage. HEX triplet: 8E, 9D and FD. RGB value is (142,157,253). Sum of RGB (Red+Green+Blue) = 142+157+253=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E9DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9DFD is #716202. Grayscale: #A3A3A3. Windows color (decimal): -7430659 or 16620942. OLE color: 16620942.

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

Color convert

RGB142157253-
CMYK0.440.3800.01
HSL231.89º96.52%77.45%-
HSV(B)231.89º43.87%99.22%-
XYZ40.9436.9697.9-
YUV163.46178.53112.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.72%
GREEN value IS 157 (61.72% from 255) = 28.44%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=25.72%
G=28.44%
B=45.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1421572530.440.3800.01231.8996.5277.45
Hex8E9DFD2C2601e8614d
Octal216235375544601350141115
Binary100011101001110111111101101100100110011110100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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