#8596EC

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

Shades of Portage #8596EC

Tints of Portage #8596EC

Color information

#8596EC (or 0x8596EC) is unknown color: approx Portage. HEX triplet: 85, 96 and EC. RGB value is (133,150,236). Sum of RGB (Red+Green+Blue) = 133+150+236=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #8596EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596EC is #7A6913. Grayscale: #9A9A9A. Windows color (decimal): -8022292 or 15505029. OLE color: 15505029.

HSL color Cylindrical-coordinate representation of color #8596EC: hue angle of 230.1º 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 #8596EC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133150236-
CMYK0.440.3600.07
HSL230.1º73.05%72.35%-
HSV(B)230.1º43.64%92.55%-
XYZ35.7232.8683.82-
YUV154.72173.87112.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=25.63%
G=28.90%
B=45.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331502360.440.3600.07230.173.0572.35
Hex8596EC2C2407e64948
Octal205226354544407346111110
Binary10000101100101101110110010110010010001111110011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8596EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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