#8C87EA

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

Shades of Portage #8C87EA

Tints of Portage #8C87EA

Color information

#8C87EA (or 0x8C87EA) is unknown color: approx Portage. HEX triplet: 8C, 87 and EA. RGB value is (140,135,234). Sum of RGB (Red+Green+Blue) = 140+135+234=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C87EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C87EA is #737815. Grayscale: #939393. Windows color (decimal): -7567382 or 15370124. OLE color: 15370124.

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

Color convert

RGB140135234-
CMYK0.400.4200.08
HSL243.03º70.21%72.35%-
HSV(B)243.03º42.31%91.76%-
XYZ34.3328.8481.6-
YUV147.78176.66122.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=27.50%
G=26.52%
B=45.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1401352340.400.4200.08243.0370.2172.35
Hex8C87EA282A08f34648
Octal2142073525052010363106110
Binary100011001000011111101010101000101010010001111001110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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