#9396DD

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

Shades of Portage #9396DD

Tints of Portage #9396DD

Color information

#9396DD (or 0x9396DD) is unknown color: approx Portage. HEX triplet: 93, 96 and DD. RGB value is (147,150,221). Sum of RGB (Red+Green+Blue) = 147+150+221=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #9396DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9396DD is #6C6922. Grayscale: #9C9C9C. Windows color (decimal): -7104803 or 14522003. OLE color: 14522003.

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

Color convert

RGB147150221-
CMYK0.330.3200.13
HSL237.57º52.11%72.16%-
HSV(B)237.57º33.48%86.67%-
XYZ35.9933.2472.92-
YUV157.2164.01120.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=28.38%
G=28.96%
B=42.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471502210.330.3200.13237.5752.1172.16
Hex9396DD21200Dee3448
Octal223226335414001535664110
Binary10010011100101101101110110000110000001101111011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9396DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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