#8E99DF

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

Shades of Portage #8E99DF

Tints of Portage #8E99DF

Color information

#8E99DF (or 0x8E99DF) is unknown color: approx Portage. HEX triplet: 8E, 99 and DF. RGB value is (142,153,223). Sum of RGB (Red+Green+Blue) = 142+153+223=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E99DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E99DF is #716620. Grayscale: #9D9D9D. Windows color (decimal): -7431713 or 14653838. OLE color: 14653838.

HSL color Cylindrical-coordinate representation of color #8E99DF: hue angle of 231.85º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E99DF is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142153223-
CMYK0.360.3100.13
HSL231.85º55.86%71.57%-
HSV(B)231.85º36.32%87.45%-
XYZ35.8733.8674.46-
YUV157.69164.86116.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.41%
GREEN value IS 153 (60.16% from 255) = 29.54%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=27.41%
G=29.54%
B=43.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421532230.360.3100.13231.8555.8671.57
Hex8E99DF241F0De83848
Octal216231337443701535070110
Binary1000111010011001110111111001001111101101111010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E99DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,153,223); }

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

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

 a { background-color: rgb(142,153,223); }

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

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

 span { border-color: rgb(142,153,223); }

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