#9194ED

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

Shades of Portage #9194ED

Tints of Portage #9194ED

Color information

#9194ED (or 0x9194ED) is unknown color: approx Portage. HEX triplet: 91, 94 and ED. RGB value is (145,148,237). Sum of RGB (Red+Green+Blue) = 145+148+237=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #9194ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9194ED is #6E6B12. Grayscale: #9C9C9C. Windows color (decimal): -7236371 or 15570065. OLE color: 15570065.

HSL color Cylindrical-coordinate representation of color #9194ED: hue angle of 238.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9194ED is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB145148237-
CMYK0.390.3800.07
HSL238.04º71.88%74.9%-
HSV(B)238.04º38.82%92.94%-
XYZ37.5533.3184.57-
YUV157.25173.01119.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.36%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 237 (92.97% from 255) = 44.72%
R=27.36%
G=27.92%
B=44.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1451482370.390.3800.07238.0471.8874.9
Hex9194ED272607ee484b
Octal221224355474607356110113
Binary10010001100101001110110110011110011001111110111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9194ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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