#8785DF

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

Shades of Portage #8785DF

Tints of Portage #8785DF

Color information

#8785DF (or 0x8785DF) is unknown color: approx Portage. HEX triplet: 87, 85 and DF. RGB value is (135,133,223). Sum of RGB (Red+Green+Blue) = 135+133+223=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #8785DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8785DF is #787A20. Grayscale: #8F8F8F. Windows color (decimal): -7895585 or 14648711. OLE color: 14648711.

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

Color convert

RGB135133223-
CMYK0.390.4000.13
HSL241.33º58.44%69.8%-
HSV(B)241.33º40.36%87.45%-
XYZ31.727.2573.4-
YUV143.86172.66121.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.49%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=27.49%
G=27.09%
B=45.42%

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
Decimal1351332230.390.4000.13241.3358.4469.8
Hex8785DF27280Df13a46
Octal207205337475001536172106
Binary10000111100001011101111110011110100001101111100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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