#8987DA

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

Shades of Portage #8987DA

Tints of Portage #8987DA

Color information

#8987DA (or 0x8987DA) is unknown color: approx Portage. HEX triplet: 89, 87 and DA. RGB value is (137,135,218). Sum of RGB (Red+Green+Blue) = 137+135+218=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #8987DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8987DA is #767825. Grayscale: #909090. Windows color (decimal): -7764006 or 14321545. OLE color: 14321545.

HSL color Cylindrical-coordinate representation of color #8987DA: hue angle of 241.45º 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 #8987DA is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137135218-
CMYK0.370.3800.15
HSL241.45º52.87%69.22%-
HSV(B)241.45º38.07%85.49%-
XYZ31.6427.7170.01-
YUV145.06169.16122.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 218 (85.55% from 255) = 44.49%
R=27.96%
G=27.55%
B=44.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371352180.370.3800.15241.4552.8769.22
Hex8987DA25260Ff13545
Octal211207332454601736165105
Binary10001001100001111101101010010110011001111111100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8987DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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