#8585EA

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

Shades of Portage #8585EA

Tints of Portage #8585EA

Color information

#8585EA (or 0x8585EA) is unknown color: approx Portage. HEX triplet: 85, 85 and EA. RGB value is (133,133,234). Sum of RGB (Red+Green+Blue) = 133+133+234=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #8585EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8585EA is #7A7A15. Grayscale: #909090. Windows color (decimal): -8026646 or 15369605. OLE color: 15369605.

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

Color convert

RGB133133234-
CMYK0.430.4300.08
HSL240º70.63%71.96%-
HSV(B)240º43.16%91.76%-
XYZ32.9127.781.45-
YUV144.51178.5119.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=26.6%
G=26.6%
B=46.8%

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
Decimal1331332340.430.4300.0824070.6371.96
Hex8585EA2B2B08f04748
Octal2052053525353010360107110
Binary100001011000010111101010101011101011010001111000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8585EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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