#9896EC

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

Shades of Portage #9896EC

Tints of Portage #9896EC

Color information

#9896EC (or 0x9896EC) is unknown color: approx Portage. HEX triplet: 98, 96 and EC. RGB value is (152,150,236). Sum of RGB (Red+Green+Blue) = 152+150+236=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 150 (58.98% from 255 or 27.88% 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 #9896EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896EC is #676913. Grayscale: #A0A0A0. Windows color (decimal): -6777108 or 15505048. OLE color: 15505048.

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

Color convert

RGB152150236-
CMYK0.360.3600.07
HSL241.4º69.35%75.69%-
HSV(B)241.4º36.44%92.55%-
XYZ3934.5483.97-
YUV160.4170.66122.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.25%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=28.25%
G=27.88%
B=43.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1521502360.360.3600.07241.469.3575.69
Hex9896EC242407f1454c
Octal230226354444407361105114
Binary10011000100101101110110010010010010001111111000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9896EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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