#8585eb

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

Shades of Portage #8585EB

Tints of Portage #8585EB

Color information

#8585EB (or 0x8585EB) is unknown color: approx Portage. HEX triplet: 85, 85 and EB. RGB value is (133,133,235). Sum of RGB (Red+Green+Blue) = 133+133+235=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #8585EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8585EB is #7A7A14. Grayscale: #909090. Windows color (decimal): -8026645 or 15435141. OLE color: 15435141.

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

Color convert

RGB133133235-
CMYK0.430.4300.08
HSL240º71.83%72.16%-
HSV(B)240º43.4%92.16%-
XYZ33.0627.7682.21-
YUV144.63179119.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 235 (92.19% from 255) = 46.91%
R=26.55%
G=26.55%
B=46.91%

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
Decimal1331332350.430.4300.0824071.8372.16
Hex8585EB2B2B08f04848
Octal2052053535353010360110110
Binary100001011000010111101011101011101011010001111000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8585eb; }

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

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

<style>
 a { background-color: #8585eb; }

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

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

<style>
 span { border-color: #8585eb; }

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

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