#9599EC

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

Shades of Portage #9599EC

Tints of Portage #9599EC

Color information

#9599EC (or 0x9599EC) is unknown color: approx Portage. HEX triplet: 95, 99 and EC. RGB value is (149,153,236). Sum of RGB (Red+Green+Blue) = 149+153+236=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #9599EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599EC is #6A6613. Grayscale: #A0A0A0. Windows color (decimal): -6972948 or 15505813. OLE color: 15505813.

HSL color Cylindrical-coordinate representation of color #9599EC: hue angle of 237.24º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9599EC is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB149153236-
CMYK0.370.3500.07
HSL237.24º69.6%75.49%-
HSV(B)237.24º36.86%92.55%-
XYZ38.9335.2384.1-
YUV161.27170.17119.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.70%
GREEN value IS 153 (60.16% from 255) = 28.44%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=27.70%
G=28.44%
B=43.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1491532360.370.3500.07237.2469.675.49
Hex9599EC252307ed464b
Octal225231354454307355106113
Binary10010101100110011110110010010110001101111110110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,153,236); }

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

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

 a { background-color: rgb(149,153,236); }

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

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

 span { border-color: rgb(149,153,236); }

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