#8E87E2

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

Shades of Portage #8E87E2

Tints of Portage #8E87E2

Color information

#8E87E2 (or 0x8E87E2) is unknown color: approx Portage. HEX triplet: 8E, 87 and E2. RGB value is (142,135,226). Sum of RGB (Red+Green+Blue) = 142+135+226=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 226 (88.67% from 255 or 44.93% from 503); Max value from RGB is 226 - color contains mainly: blue. Hex color #8E87E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E87E2 is #71781D. Grayscale: #939393. Windows color (decimal): -7436318 or 14845838. OLE color: 14845838.

HSL color Cylindrical-coordinate representation of color #8E87E2: hue angle of 244.62º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E87E2 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142135226-
CMYK0.370.4000.11
HSL244.62º61.07%70.78%-
HSV(B)244.62º40.27%88.63%-
XYZ33.5528.5775.7-
YUV147.47172.32124.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.23%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 226 (88.67% from 255) = 44.93%
R=28.23%
G=26.84%
B=44.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1421352260.370.4000.11244.6261.0770.78
Hex8E87E225280Bf53d47
Octal216207342455001336575107
Binary10001110100001111110001010010110100001011111101011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E87E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,226); }

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

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

 a { background-color: rgb(142,135,226); }

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

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

 span { border-color: rgb(142,135,226); }

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