#9196DD

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

Shades of Portage #9196DD

Tints of Portage #9196DD

Color information

#9196DD (or 0x9196DD) is unknown color: approx Portage. HEX triplet: 91, 96 and DD. RGB value is (145,150,221). Sum of RGB (Red+Green+Blue) = 145+150+221=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #9196DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9196DD is #6E6922. Grayscale: #9C9C9C. Windows color (decimal): -7235875 or 14522001. OLE color: 14522001.

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

Color convert

RGB145150221-
CMYK0.340.3200.13
HSL236.05º52.78%71.76%-
HSV(B)236.05º34.39%86.67%-
XYZ35.6333.0572.91-
YUV156.6164.34119.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.10%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=28.10%
G=29.07%
B=42.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451502210.340.3200.13236.0552.7871.76
Hex9196DD22200Dec3548
Octal221226335424001535465110
Binary10010001100101101101110110001010000001101111011001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9196DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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