#8785DD

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

Shades of Portage #8785DD

Tints of Portage #8785DD

Color information

#8785DD (or 0x8785DD) is unknown color: approx Portage. HEX triplet: 87, 85 and DD. RGB value is (135,133,221). Sum of RGB (Red+Green+Blue) = 135+133+221=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8785DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785DD is #787A22. Grayscale: #8F8F8F. Windows color (decimal): -7895587 or 14517639. OLE color: 14517639.

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

Color convert

RGB135133221-
CMYK0.390.4000.13
HSL241.36º56.41%69.41%-
HSV(B)241.36º39.82%86.67%-
XYZ31.4327.1571.99-
YUV143.63171.66121.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.61%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=27.61%
G=27.20%
B=45.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351332210.390.4000.13241.3656.4169.41
Hex8785DD27280Df13845
Octal207205335475001536170105
Binary10000111100001011101110110011110100001101111100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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