#8586EB

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

Shades of Portage #8586EB

Tints of Portage #8586EB

Color information

#8586EB (or 0x8586EB) is unknown color: approx Portage. HEX triplet: 85, 86 and EB. RGB value is (133,134,235). Sum of RGB (Red+Green+Blue) = 133+134+235=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #8586EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8586EB is #7A7914. Grayscale: #909090. Windows color (decimal): -8026389 or 15435397. OLE color: 15435397.

HSL color Cylindrical-coordinate representation of color #8586EB: hue angle of 239.41º degrees, saturation: 0.72, 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 #8586EB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB133134235-
CMYK0.430.4300.08
HSL239.41º71.83%72.16%-
HSV(B)239.41º43.4%92.16%-
XYZ33.1928.0382.26-
YUV145.22178.67119.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 235 (92.19% from 255) = 46.81%
R=26.49%
G=26.69%
B=46.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331342350.430.4300.08239.4171.8372.16
Hex8586EB2B2B08ef4848
Octal2052063535353010357110110
Binary100001011000011011101011101011101011010001110111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8586EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8586EB; }

 p { color: rgb(133,134,235); }

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

<style>
 a { background-color: #8586EB; }

 a { background-color: rgb(133,134,235); }

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

<style>
 span { border-color: #8586EB; }

 span { border-color: rgb(133,134,235); }

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