#9194DF

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

Shades of Portage #9194DF

Tints of Portage #9194DF

Color information

#9194DF (or 0x9194DF) is unknown color: approx Portage. HEX triplet: 91, 94 and DF. RGB value is (145,148,223). Sum of RGB (Red+Green+Blue) = 145+148+223=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #9194DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9194DF is #6E6B20. Grayscale: #9B9B9B. Windows color (decimal): -7236385 or 14652561. OLE color: 14652561.

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

Color convert

RGB145148223-
CMYK0.350.3400.13
HSL237.69º54.93%72.16%-
HSV(B)237.69º34.98%87.45%-
XYZ35.5932.5374.21-
YUV155.65166.01120.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.10%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 223 (87.5% from 255) = 43.22%
R=28.10%
G=28.68%
B=43.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451482230.350.3400.13237.6954.9372.16
Hex9194DF23220Dee3748
Octal221224337434201535667110
Binary10010001100101001101111110001110001001101111011101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9194DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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