#8C87DD

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

Shades of Portage #8C87DD

Tints of Portage #8C87DD

Color information

#8C87DD (or 0x8C87DD) is unknown color: approx Portage. HEX triplet: 8C, 87 and DD. RGB value is (140,135,221). Sum of RGB (Red+Green+Blue) = 140+135+221=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 135 (53.12% from 255 or 27.22% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C87DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C87DD is #737822. Grayscale: #919191. Windows color (decimal): -7567395 or 14518156. OLE color: 14518156.

HSL color Cylindrical-coordinate representation of color #8C87DD: hue angle of 243.49º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C87DD is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB140135221-
CMYK0.370.3900.13
HSL243.49º55.84%69.8%-
HSV(B)243.49º38.91%86.67%-
XYZ32.5328.1272.12-
YUV146.3170.16123.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 135 (53.12% from 255) = 27.22%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=28.23%
G=27.22%
B=44.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1401352210.370.3900.13243.4955.8469.8
Hex8C87DD25270Df33846
Octal214207335454701536370106
Binary10001100100001111101110110010110011101101111100111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C87DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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