#8591EA

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

Shades of Portage #8591EA

Tints of Portage #8591EA

Color information

#8591EA (or 0x8591EA) is unknown color: approx Portage. HEX triplet: 85, 91 and EA. RGB value is (133,145,234). Sum of RGB (Red+Green+Blue) = 133+145+234=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #8591EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8591EA is #7A6E15. Grayscale: #979797. Windows color (decimal): -8023574 or 15372677. OLE color: 15372677.

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

Color convert

RGB133145234-
CMYK0.430.3800.08
HSL232.87º70.63%71.96%-
HSV(B)232.87º43.16%91.76%-
XYZ34.6531.1882.03-
YUV151.56174.52114.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 234 (91.80% from 255) = 45.70%
R=25.98%
G=28.32%
B=45.70%

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
Decimal1331452340.430.3800.08232.8770.6371.96
Hex8591EA2B2608e94748
Octal2052213525346010351107110
Binary100001011001000111101010101011100110010001110100110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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