#9194DD

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

Shades of Portage #9194DD

Tints of Portage #9194DD

Color information

#9194DD (or 0x9194DD) is unknown color: approx Portage. HEX triplet: 91, 94 and DD. RGB value is (145,148,221). Sum of RGB (Red+Green+Blue) = 145+148+221=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #9194DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9194DD is #6E6B22. Grayscale: #9B9B9B. Windows color (decimal): -7236387 or 14521489. OLE color: 14521489.

HSL color Cylindrical-coordinate representation of color #9194DD: hue angle of 237.63º 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 #9194DD is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145148221-
CMYK0.340.3300.13
HSL237.63º52.78%71.76%-
HSV(B)237.63º34.39%86.67%-
XYZ35.3232.4272.8-
YUV155.43165.01120.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.21%
GREEN value IS 148 (58.20% from 255) = 28.79%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=28.21%
G=28.79%
B=43.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451482210.340.3300.13237.6352.7871.76
Hex9194DD22210Dee3548
Octal221224335424101535665110
Binary10010001100101001101110110001010000101101111011101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9194DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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