#9596EA

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

Shades of Portage #9596EA

Tints of Portage #9596EA

Color information

#9596EA (or 0x9596EA) is unknown color: approx Portage. HEX triplet: 95, 96 and EA. RGB value is (149,150,234). Sum of RGB (Red+Green+Blue) = 149+150+234=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #9596EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9596EA is #6A6915. Grayscale: #9E9E9E. Windows color (decimal): -6973718 or 15373973. OLE color: 15373973.

HSL color Cylindrical-coordinate representation of color #9596EA: hue angle of 239.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9596EA is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB149150234-
CMYK0.360.3600.08
HSL239.29º66.93%75.1%-
HSV(B)239.29º36.32%91.76%-
XYZ38.1534.1482.42-
YUV159.28170.17120.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.95%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=27.95%
G=28.14%
B=43.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1491502340.360.3600.08239.2966.9375.1
Hex9596EA242408ef434b
Octal2252263524444010357103113
Binary100101011001011011101010100100100100010001110111110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9596EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,150,234); }

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

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

 a { background-color: rgb(149,150,234); }

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

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

 span { border-color: rgb(149,150,234); }

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