#8C87EB

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

Shades of Portage #8C87EB

Tints of Portage #8C87EB

Color information

#8C87EB (or 0x8C87EB) is unknown color: approx Portage. HEX triplet: 8C, 87 and EB. RGB value is (140,135,235). Sum of RGB (Red+Green+Blue) = 140+135+235=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C87EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C87EB is #737814. Grayscale: #939393. Windows color (decimal): -7567381 or 15435660. OLE color: 15435660.

HSL color Cylindrical-coordinate representation of color #8C87EB: hue angle of 243º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C87EB is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140135235-
CMYK0.400.4300.08
HSL243º71.43%72.55%-
HSV(B)243º42.55%92.16%-
XYZ34.4728.982.36-
YUV147.89177.16122.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=27.45%
G=26.47%
B=46.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401352350.400.4300.0824371.4372.55
Hex8C87EB282B08f34749
Octal2142073535053010363107111
Binary100011001000011111101011101000101011010001111001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C87EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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