#8887EB

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

Shades of Portage #8887EB

Tints of Portage #8887EB

Color information

#8887EB (or 0x8887EB) is unknown color: approx Portage. HEX triplet: 88, 87 and EB. RGB value is (136,135,235). Sum of RGB (Red+Green+Blue) = 136+135+235=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #8887EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8887EB is #777814. Grayscale: #929292. Windows color (decimal): -7829525 or 15435656. OLE color: 15435656.

HSL color Cylindrical-coordinate representation of color #8887EB: hue angle of 240.6º 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 #8887EB is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136135235-
CMYK0.420.4300.08
HSL240.6º71.43%72.55%-
HSV(B)240.6º42.55%92.16%-
XYZ33.8128.5682.33-
YUV146.7177.83120.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.88%
GREEN value IS 135 (53.12% from 255) = 26.68%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=26.88%
G=26.68%
B=46.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1361352350.420.4300.08240.671.4372.55
Hex8887EB2A2B08f14749
Octal2102073535253010361107111
Binary100010001000011111101011101010101011010001111000110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8887EB; }

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

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

<style>
 a { background-color: #8887EB; }

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

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

<style>
 span { border-color: #8887EB; }

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

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