#8784DF

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

Shades of Portage #8784DF

Tints of Portage #8784DF

Color information

#8784DF (or 0x8784DF) is unknown color: approx Portage. HEX triplet: 87, 84 and DF. RGB value is (135,132,223). Sum of RGB (Red+Green+Blue) = 135+132+223=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #8784DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8784DF is #787B20. Grayscale: #8E8E8E. Windows color (decimal): -7895841 or 14648455. OLE color: 14648455.

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

Color convert

RGB135132223-
CMYK0.390.4100.13
HSL241.98º58.71%69.61%-
HSV(B)241.98º40.81%87.45%-
XYZ31.5626.9873.36-
YUV143.27172.99122.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 132 (51.95% from 255) = 26.94%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=27.55%
G=26.94%
B=45.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351322230.390.4100.13241.9858.7169.61
Hex8784DF27290Df23b46
Octal207204337475101536273106
Binary10000111100001001101111110011110100101101111100101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8784DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8784DF; }

 p { color: rgb(135,132,223); }

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

<style>
 a { background-color: #8784DF; }

 a { background-color: rgb(135,132,223); }

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

<style>
 span { border-color: #8784DF; }

 span { border-color: rgb(135,132,223); }

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