#9194EB

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

Shades of Portage #9194EB

Tints of Portage #9194EB

Color information

#9194EB (or 0x9194EB) is unknown color: approx Portage. HEX triplet: 91, 94 and EB. RGB value is (145,148,235). Sum of RGB (Red+Green+Blue) = 145+148+235=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #9194EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9194EB is #6E6B14. Grayscale: #9C9C9C. Windows color (decimal): -7236373 or 15438993. OLE color: 15438993.

HSL color Cylindrical-coordinate representation of color #9194EB: hue angle of 238º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9194EB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145148235-
CMYK0.380.3700.08
HSL238º69.23%74.51%-
HSV(B)238º38.3%92.16%-
XYZ37.2633.283.04-
YUV157.02172.01119.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.46%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 235 (92.19% from 255) = 44.51%
R=27.46%
G=28.03%
B=44.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451482350.380.3700.0823869.2374.51
Hex9194EB262508ee454b
Octal2212243534645010356105113
Binary100100011001010011101011100110100101010001110111010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9194EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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