#9496E2

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

Shades of Portage #9496E2

Tints of Portage #9496E2

Color information

#9496E2 (or 0x9496E2) is unknown color: approx Portage. HEX triplet: 94, 96 and E2. RGB value is (148,150,226). Sum of RGB (Red+Green+Blue) = 148+150+226=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #9496E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496E2 is #6B691D. Grayscale: #9D9D9D. Windows color (decimal): -7039262 or 14849684. OLE color: 14849684.

HSL color Cylindrical-coordinate representation of color #9496E2: hue angle of 238.46º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9496E2 is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB148150226-
CMYK0.350.3400.11
HSL238.46º57.35%73.33%-
HSV(B)238.46º34.51%88.63%-
XYZ36.8533.676.49-
YUV158.07166.34120.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.24%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 226 (88.67% from 255) = 43.13%
R=28.24%
G=28.63%
B=43.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1481502260.350.3400.11238.4657.3573.33
Hex9496E223220Bee3949
Octal224226342434201335671111
Binary10010100100101101110001010001110001001011111011101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9496E2; }

 p { color: rgb(148,150,226); }

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

<style>
 a { background-color: #9496E2; }

 a { background-color: rgb(148,150,226); }

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

<style>
 span { border-color: #9496E2; }

 span { border-color: rgb(148,150,226); }

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