#8B87DA

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

Shades of Portage #8B87DA

Tints of Portage #8B87DA

Color information

#8B87DA (or 0x8B87DA) is unknown color: approx Portage. HEX triplet: 8B, 87 and DA. RGB value is (139,135,218). Sum of RGB (Red+Green+Blue) = 139+135+218=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B87DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B87DA is #747825. Grayscale: #919191. Windows color (decimal): -7632934 or 14321547. OLE color: 14321547.

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

Color convert

RGB139135218-
CMYK0.360.3800.15
HSL242.89º52.87%69.22%-
HSV(B)242.89º38.07%85.49%-
XYZ31.9727.8870.03-
YUV145.66168.83123.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.25%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 218 (85.55% from 255) = 44.31%
R=28.25%
G=27.44%
B=44.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391352180.360.3800.15242.8952.8769.22
Hex8B87DA24260Ff33545
Octal213207332444601736365105
Binary10001011100001111101101010010010011001111111100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B87DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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