#8788DA

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

Shades of Portage #8788DA

Tints of Portage #8788DA

Color information

#8788DA (or 0x8788DA) is unknown color: approx Portage. HEX triplet: 87, 88 and DA. RGB value is (135,136,218). Sum of RGB (Red+Green+Blue) = 135+136+218=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #8788DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8788DA is #787725. Grayscale: #909090. Windows color (decimal): -7894822 or 14321799. OLE color: 14321799.

HSL color Cylindrical-coordinate representation of color #8788DA: hue angle of 239.28º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8788DA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB135136218-
CMYK0.380.3800.15
HSL239.28º52.87%69.22%-
HSV(B)239.28º38.07%85.49%-
XYZ31.4527.8270.04-
YUV145.05169.17120.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=27.61%
G=27.81%
B=44.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1351362180.380.3800.15239.2852.8769.22
Hex8788DA26260Fef3545
Octal207210332464601735765105
Binary10000111100010001101101010011010011001111111011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8788DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8788DA; }

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

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

<style>
 a { background-color: #8788DA; }

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

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

<style>
 span { border-color: #8788DA; }

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

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