#9596FF

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

Shades of Portage #9596FF

Tints of Portage #9596FF

Color information

#9596FF (or 0x9596FF) is unknown color: approx Portage. HEX triplet: 95, 96 and FF. RGB value is (149,150,255). Sum of RGB (Red+Green+Blue) = 149+150+255=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #9596FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9596FF is #6A6900. Grayscale: #A1A1A1. Windows color (decimal): -6973697 or 16750229. OLE color: 16750229.

HSL color Cylindrical-coordinate representation of color #9596FF: hue angle of 239.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9596FF is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB149150255-
CMYK0.420.4100
HSL239.43º100%79.22%-
HSV(B)239.43º41.57%100%-
XYZ41.3535.4299.27-
YUV161.67180.67118.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.90%
GREEN value IS 150 (58.98% from 255) = 27.08%
BLUE value IS 255 (100% from 255) = 46.03%
R=26.90%
G=27.08%
B=46.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1491502550.420.4100239.4310079.22
Hex9596FF2A2900ef644f
Octal225226377525100357144117
Binary100101011001011011111111101010101001001110111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9596FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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