#8691EC

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

Shades of Portage #8691EC

Tints of Portage #8691EC

Color information

#8691EC (or 0x8691EC) is unknown color: approx Portage. HEX triplet: 86, 91 and EC. RGB value is (134,145,236). Sum of RGB (Red+Green+Blue) = 134+145+236=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #8691EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8691EC is #796E13. Grayscale: #979797. Windows color (decimal): -7958036 or 15503750. OLE color: 15503750.

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

Color convert

RGB134145236-
CMYK0.430.3900.07
HSL233.53º72.86%72.55%-
HSV(B)233.53º43.22%92.55%-
XYZ35.131.3883.56-
YUV152.08175.36115.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.02%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=26.02%
G=28.16%
B=45.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1341452360.430.3900.07233.5372.8672.55
Hex8691EC2B2707ea4949
Octal206221354534707352111111
Binary10000110100100011110110010101110011101111110101010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8691EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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