#8E9DF8

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

Shades of Portage #8E9DF8

Tints of Portage #8E9DF8

Color information

#8E9DF8 (or 0x8E9DF8) is unknown color: approx Portage. HEX triplet: 8E, 9D and F8. RGB value is (142,157,248). Sum of RGB (Red+Green+Blue) = 142+157+248=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 248 (97.27% from 255 or 45.34% from 547); Max value from RGB is 248 - color contains mainly: blue. Hex color #8E9DF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9DF8 is #716207. Grayscale: #A2A2A2. Windows color (decimal): -7430664 or 16293262. OLE color: 16293262.

HSL color Cylindrical-coordinate representation of color #8E9DF8: hue angle of 231.51º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E9DF8 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142157248-
CMYK0.430.3700.03
HSL231.51º88.33%76.47%-
HSV(B)231.51º42.74%97.25%-
XYZ40.1636.6493.76-
YUV162.89176.03113.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 157 (61.72% from 255) = 28.70%
BLUE value IS 248 (97.27% from 255) = 45.34%
R=25.96%
G=28.70%
B=45.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1421572480.430.3700.03231.5188.3376.47
Hex8E9DF82B2503e8584c
Octal216235370534503350130114
Binary1000111010011101111110001010111001010111110100010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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