#9194E0

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

Shades of Portage #9194E0

Tints of Portage #9194E0

Color information

#9194E0 (or 0x9194E0) is unknown color: approx Portage. HEX triplet: 91, 94 and E0. RGB value is (145,148,224). Sum of RGB (Red+Green+Blue) = 145+148+224=517 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.05% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #9194E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9194E0 is #6E6B1F. Grayscale: #9B9B9B. Windows color (decimal): -7236384 or 14718097. OLE color: 14718097.

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

Color convert

RGB145148224-
CMYK0.350.3400.12
HSL237.72º56.03%72.35%-
HSV(B)237.72º35.27%87.84%-
XYZ35.7232.5874.93-
YUV155.77166.51120.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.05%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=28.05%
G=28.63%
B=43.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1451482240.350.3400.12237.7256.0372.35
Hex9194E023220Cee3848
Octal221224340434201435670110
Binary10010001100101001110000010001110001001100111011101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9194E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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