#8E9FCE

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

Shades of Portage #8E9FCE

Tints of Portage #8E9FCE

Color information

#8E9FCE (or 0x8E9FCE) is unknown color: approx Portage. HEX triplet: 8E, 9F and CE. RGB value is (142,159,206). Sum of RGB (Red+Green+Blue) = 142+159+206=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FCE is #716031. Grayscale: #9F9F9F. Windows color (decimal): -7430194 or 13541262. OLE color: 13541262.

HSL color Cylindrical-coordinate representation of color #8E9FCE: hue angle of 224.06º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9FCE is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB142159206-
CMYK0.310.2300.19
HSL224.06º39.51%68.24%-
HSV(B)224.06º31.07%80.78%-
XYZ34.693563.32-
YUV159.28154.37115.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.01%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=28.01%
G=31.36%
B=40.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1421592060.310.2300.19224.0639.5168.24
Hex8E9FCE1F17013e02844
Octal216237316372702334050104
Binary1000111010011111110011101111110111010011111000001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,206); }

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

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

 a { background-color: rgb(142,159,206); }

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

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

 span { border-color: rgb(142,159,206); }

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