#8785DC

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

Shades of Portage #8785DC

Tints of Portage #8785DC

Color information

#8785DC (or 0x8785DC) is unknown color: approx Portage. HEX triplet: 87, 85 and DC. RGB value is (135,133,220). Sum of RGB (Red+Green+Blue) = 135+133+220=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8785DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785DC is #787A23. Grayscale: #8F8F8F. Windows color (decimal): -7895588 or 14452103. OLE color: 14452103.

HSL color Cylindrical-coordinate representation of color #8785DC: hue angle of 241.38º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8785DC is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135133220-
CMYK0.390.4000.14
HSL241.38º55.41%69.22%-
HSV(B)241.38º39.55%86.27%-
XYZ31.327.0971.29-
YUV143.52171.16121.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.66%
GREEN value IS 133 (52.34% from 255) = 27.25%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=27.66%
G=27.25%
B=45.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351332200.390.4000.14241.3855.4169.22
Hex8785DC27280Ef13745
Octal207205334475001636167105
Binary10000111100001011101110010011110100001110111100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8785DC; }

 p { color: rgb(135,133,220); }

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

<style>
 a { background-color: #8785DC; }

 a { background-color: rgb(135,133,220); }

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

<style>
 span { border-color: #8785DC; }

 span { border-color: rgb(135,133,220); }

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