#8591EC

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

Shades of Portage #8591EC

Tints of Portage #8591EC

Color information

#8591EC (or 0x8591EC) is unknown color: approx Portage. HEX triplet: 85, 91 and EC. RGB value is (133,145,236). Sum of RGB (Red+Green+Blue) = 133+145+236=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #8591EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8591EC is #7A6E13. Grayscale: #979797. Windows color (decimal): -8023572 or 15503749. OLE color: 15503749.

HSL color Cylindrical-coordinate representation of color #8591EC: hue angle of 233.01º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8591EC is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133145236-
CMYK0.440.3900.07
HSL233.01º73.05%72.35%-
HSV(B)233.01º43.64%92.55%-
XYZ34.9431.2983.56-
YUV151.79175.52114.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=25.88%
G=28.21%
B=45.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331452360.440.3900.07233.0173.0572.35
Hex8591EC2C2707e94948
Octal205221354544707351111110
Binary10000101100100011110110010110010011101111110100110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8591EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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