#8C87DE

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

Shades of Portage #8C87DE

Tints of Portage #8C87DE

Color information

#8C87DE (or 0x8C87DE) is unknown color: approx Portage. HEX triplet: 8C, 87 and DE. RGB value is (140,135,222). Sum of RGB (Red+Green+Blue) = 140+135+222=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #8C87DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87DE is #737821. Grayscale: #929292. Windows color (decimal): -7567394 or 14583692. OLE color: 14583692.

HSL color Cylindrical-coordinate representation of color #8C87DE: hue angle of 243.45º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C87DE is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140135222-
CMYK0.370.3900.13
HSL243.45º56.86%70%-
HSV(B)243.45º39.19%87.06%-
XYZ32.6628.1872.82-
YUV146.41170.66123.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=28.17%
G=27.16%
B=44.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401352220.370.3900.13243.4556.8670
Hex8C87DE25270Df33946
Octal214207336454701536371106
Binary10001100100001111101111010010110011101101111100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,222); }

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

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

 a { background-color: rgb(140,135,222); }

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

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

 span { border-color: rgb(140,135,222); }

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