#9396DC

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

Shades of Portage #9396DC

Tints of Portage #9396DC

Color information

#9396DC (or 0x9396DC) is unknown color: approx Portage. HEX triplet: 93, 96 and DC. RGB value is (147,150,220). Sum of RGB (Red+Green+Blue) = 147+150+220=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9396DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396DC is #6C6923. Grayscale: #9C9C9C. Windows color (decimal): -7104804 or 14456467. OLE color: 14456467.

HSL color Cylindrical-coordinate representation of color #9396DC: hue angle of 237.53º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9396DC is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147150220-
CMYK0.330.3200.14
HSL237.53º51.05%71.96%-
HSV(B)237.53º33.18%86.27%-
XYZ35.8633.1872.23-
YUV157.08163.51120.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=28.43%
G=29.01%
B=42.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471502200.330.3200.14237.5351.0571.96
Hex9396DC21200Eee3348
Octal223226334414001635663110
Binary10010011100101101101110010000110000001110111011101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9396DC; }

 p { color: rgb(147,150,220); }

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

<style>
 a { background-color: #9396DC; }

 a { background-color: rgb(147,150,220); }

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

<style>
 span { border-color: #9396DC; }

 span { border-color: rgb(147,150,220); }

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