#8785EA

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

Shades of Portage #8785EA

Tints of Portage #8785EA

Color information

#8785EA (or 0x8785EA) is unknown color: approx Portage. HEX triplet: 87, 85 and EA. RGB value is (135,133,234). Sum of RGB (Red+Green+Blue) = 135+133+234=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #8785EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8785EA is #787A15. Grayscale: #909090. Windows color (decimal): -7895574 or 15369607. OLE color: 15369607.

HSL color Cylindrical-coordinate representation of color #8785EA: hue angle of 241.19º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8785EA is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB135133234-
CMYK0.420.4300.08
HSL241.19º70.63%71.96%-
HSV(B)241.19º43.16%91.76%-
XYZ33.2327.8781.47-
YUV145.11178.16120.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 26.89%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=26.89%
G=26.49%
B=46.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1351332340.420.4300.08241.1970.6371.96
Hex8785EA2A2B08f14748
Octal2072053525253010361107110
Binary100001111000010111101010101010101011010001111000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8785EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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