#9194F1

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

Shades of Portage #9194F1

Tints of Portage #9194F1

Color information

#9194F1 (or 0x9194F1) is unknown color: approx Portage. HEX triplet: 91, 94 and F1. RGB value is (145,148,241). Sum of RGB (Red+Green+Blue) = 145+148+241=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #9194F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9194F1 is #6E6B0E. Grayscale: #9D9D9D. Windows color (decimal): -7236367 or 15832209. OLE color: 15832209.

HSL color Cylindrical-coordinate representation of color #9194F1: hue angle of 238.12º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9194F1 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB145148241-
CMYK0.400.3900.05
HSL238.12º77.42%75.69%-
HSV(B)238.12º39.83%94.51%-
XYZ38.1433.5587.68-
YUV157.7175.01118.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.15%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 241 (94.53% from 255) = 45.13%
R=27.15%
G=27.72%
B=45.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1451482410.400.3900.05238.1277.4275.69
Hex9194F1282705ee4d4c
Octal221224361504705356115114
Binary10010001100101001111000110100010011101011110111010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9194F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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