#8590EA

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

Shades of Portage #8590EA

Tints of Portage #8590EA

Color information

#8590EA (or 0x8590EA) is unknown color: approx Portage. HEX triplet: 85, 90 and EA. RGB value is (133,144,234). Sum of RGB (Red+Green+Blue) = 133+144+234=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #8590EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8590EA is #7A6F15. Grayscale: #969696. Windows color (decimal): -8023830 or 15372421. OLE color: 15372421.

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

Color convert

RGB133144234-
CMYK0.430.3800.08
HSL233.47º70.63%71.96%-
HSV(B)233.47º43.16%91.76%-
XYZ34.530.8781.98-
YUV150.97174.86115.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.03%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=26.03%
G=28.18%
B=45.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1331442340.430.3800.08233.4770.6371.96
Hex8590EA2B2608e94748
Octal2052203525346010351107110
Binary100001011001000011101010101011100110010001110100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8590EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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